To use free you should include stdlib.h rather than malloc.h according to man page...
authorTobias Markmann <tm@ayena.de>
Fri, 28 Nov 2008 17:36:04 +0000 (18:36 +0100)
committerTobias Markmann <tm@ayena.de>
Fri, 28 Nov 2008 17:36:04 +0000 (18:36 +0100)
commit046f8a7199a32cebadea4d506515e457387ae799
tree4dfb304958c6478ec5b95aeeacc3504df1485133
parent225148e2141dc3a466a39244b71bd606b8d27a40
To use free you should include stdlib.h rather than malloc.h according to man page of free() and various C reference websites.
util-src/encodings.c