Added libXML memory handlers: xmlfree(), xmlmalloc(), xmlrealloc() and
commitc0c872653431a6ae3c7958495d937f0fbb5d4b11
authorBen Kibbey <bjk@luxsci.net>
Thu, 11 Jan 2007 02:05:03 +0000 (10 21:05 -0500)
committerBen Kibbey <bjk@luxsci.net>
Thu, 11 Jan 2007 02:05:03 +0000 (10 21:05 -0500)
tree1a8319b0112b3a08b9113fc07c43d4a7ad023e30
parent22bbdf29f51ca86d79b9778a05de07a30382395d
Added libXML memory handlers: xmlfree(), xmlmalloc(), xmlrealloc() and
xmlstrdup(). xmlfree() and xmlrealloc() will clear the contents of
memory before free()'ing.
TODO
src/commands.c
src/common.h
src/pwmd.c