mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-23 00:49:20 -04:00

Fixed 2 memory leaks in production code and a few in testcases. As a result leak_check_at_exit ASAN option does not need to turned off for non-gui tests. Smart pointers should be used elsewhere for consistency, but the sooner this fixes are delivered, the lesser memory leaks are introduced.