Free elements before exit of xcaexport app
Some checks failed
CMake / build (build/xca-*-Linux.tar.gz, Unix Makefiles, linux, /usr, ubuntu, 5.15.2, ubuntu-latest) (push) Has been cancelled
CMake / build (build/xca-*-Linux.tar.gz, Unix Makefiles, linux, /usr, ubuntu, 6.6.2, ubuntu-latest) (push) Has been cancelled
CMake / build (build/xca-*.dmg, Unix Makefiles, mac, /opt/homebrew/opt/openssl, macos, 6.6.2, macos-latest) (push) Has been cancelled
CMake / build (build/xca-*.msi build/xca-portable-*.zip , MinGW Makefiles, windows, D:\msys2\msys64\mingw64, windows, 5.15.2, windows-2019, win64_mingw81) (push) Has been cancelled

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 4d91738b1a
commit f5c399f0d7

View File

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