• Nikias Bassen's avatar
    xplist: Plug memory leak when converting PLIST_UID nodes to XML · 16f45a04
    Nikias Bassen authored
    In node_to_xml nodes of type PLIST_UID are temporarily converted
    to a PLIST_DICT for an appropriate XML output. Therefore a PLIST_KEY
    and a PLIST_UINT node is created and inserted into the PLIST_DICT
    node. Upon completion, the child nodes of the PLIST_DICT node are
    detached from the original node and freed, however the data of the
    child nodes - the key string and the uint value - are not.
    This commit fixes it.
    16f45a04
Name
Last commit
Last update
cython Loading commit data...
include Loading commit data...
libcnary Loading commit data...
m4 Loading commit data...
src Loading commit data...
test Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LESSER Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
doxygen.cfg.in Loading commit data...