Remove 1500+ memory leaks in OpenSpace and Ghoul

This commit is contained in:
Alexander Bock
2015-05-25 19:37:56 +02:00
parent b840631813
commit 659326b9a9
17 changed files with 136 additions and 96 deletions

View File

@@ -63,6 +63,7 @@ SceneGraphNode* SceneGraphNode::createFromDictionary(const ghoul::Dictionary& di
if (!dictionary.hasValue<std::string>(KeyName)) {
LERROR("SceneGraphNode did not contain a '" << KeyName << "' key");
delete result;
return nullptr;
}
std::string name;