Thakur
2003-12-03 16:21:21 UTC
Memory allocated for nodes in the provided function ReadHuffmanTree
is never free'd. Not setting a good example.
And if anyone cares, you can use mtrace() call to help you find out if
you are freeing all the memory you are allocating. More in the glibc
manual at http://www.gnu.org/manual/glibc-2.2.5/.
is never free'd. Not setting a good example.
And if anyone cares, you can use mtrace() call to help you find out if
you are freeing all the memory you are allocating. More in the glibc
manual at http://www.gnu.org/manual/glibc-2.2.5/.
--
Divya Thakur
Divya Thakur