mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Free elements before exit of xcaexport app
Not very tragic, but the ASAN build fails otherwise.
This commit is contained in:
parent
f671cea71b
commit
caaea326a8
@ -55,5 +55,6 @@ int main(int argc, char *argv[])
|
||||
QTextStream out(stdout);
|
||||
out << doc;
|
||||
}
|
||||
pki_export::free_elements();
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user