mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-19 14:19:57 +01:00
Memory Leaks fix
Fixed tiny leaks in thumbnail saving to XML. Also cleaner ending freeing all allocated.
This commit is contained in:
@@ -484,6 +484,7 @@ public:
|
||||
protected:
|
||||
|
||||
// internal
|
||||
char inifilepath[2048];
|
||||
uint64_t start_time;
|
||||
bool ctrl_modifier_active;
|
||||
bool alt_modifier_active;
|
||||
|
||||
Reference in New Issue
Block a user