Memory Leaks fix

Fixed tiny leaks in thumbnail saving to XML. Also cleaner ending freeing all allocated.
This commit is contained in:
Bruno Herbelin
2023-04-10 12:46:57 +02:00
parent 18734345a1
commit 7698c05dd5
7 changed files with 33 additions and 16 deletions

View File

@@ -484,6 +484,7 @@ public:
protected:
// internal
char inifilepath[2048];
uint64_t start_time;
bool ctrl_modifier_active;
bool alt_modifier_active;