• Christophe Fergeau's avatar
    don't leak GNodes in plist_free · 804032e9
    Christophe Fergeau authored
    Before recursing over its children, plist_free_node started by
    detaching the current GNode from its parent which means that
    calling g_node_destroy on the root of the tree was freeing only
    the top-level GNode while what was intended was to free the whole
    tree. Don't leak memory by not detaching children GNodes from their
    parents so that g_node_destroy on the toplevel GNode can clean
    everything.
    804032e9
Name
Last commit
Last update
..
Array.cpp Loading commit data...
Boolean.cpp Loading commit data...
CMakeLists.txt Loading commit data...
Data.cpp Loading commit data...
Date.cpp Loading commit data...
Dictionary.cpp Loading commit data...
Integer.cpp Loading commit data...
Node.cpp Loading commit data...
Real.cpp Loading commit data...
String.cpp Loading commit data...
Structure.cpp Loading commit data...
bplist.c Loading commit data...
plist.c Loading commit data...
plist.h Loading commit data...
xplist.c Loading commit data...