fixed memory leaks, added cleanup code, added valgrind scripts to test binaries
This commit is contained in:
@@ -57,6 +57,8 @@ int AQH_Storage_ReadStateFile(AQH_STORAGE *sto, const char *sFilename)
|
||||
_readTopicsFromXml(sto, rootNode);
|
||||
_readValuesFromXml(sto, rootNode);
|
||||
|
||||
GWEN_XMLNode_free(rootNode);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user