Skip to content

Commit

Permalink
Free elements before exit of xcaexport app
Browse files Browse the repository at this point in the history
Not very tragic, but the ASAN build fails otherwise.
  • Loading branch information
chris2511 committed Oct 29, 2024
1 parent 4d91738 commit f5c399f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/xcaexport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ int main(int argc, char *argv[])
QTextStream out(stdout);
out << doc;
}
pki_export::free_elements();
return EXIT_SUCCESS;
}

0 comments on commit f5c399f

Please sign in to comment.