Free elements before exit of xcaexport app

Not very tragic, but the ASAN build fails otherwise.
This commit is contained in:
Christian Hohnstaedt 2024-10-24 13:12:58 +02:00
parent f671cea71b
commit caaea326a8

View File

@ -55,5 +55,6 @@ int main(int argc, char *argv[])
QTextStream out(stdout);
out << doc;
}
pki_export::free_elements();
return EXIT_SUCCESS;
}