mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-24 16:49:58 +01:00
BugFix Post-MemCheck fix memory leaks corrections
This commit is contained in:
@@ -423,7 +423,7 @@ void Settings::Load(const string &filename)
|
||||
return;
|
||||
|
||||
// version
|
||||
int major, minor, patch;
|
||||
int major = 0, minor = 0, patch = 0;
|
||||
pRoot->QueryIntAttribute("major", &major);
|
||||
pRoot->QueryIntAttribute("minor", &minor);
|
||||
pRoot->QueryIntAttribute("patch", &patch);
|
||||
|
||||
Reference in New Issue
Block a user