# HG changeset patch # User Tobias Markmann # Date 1227893764 -3600 # Node ID 22b0e654c4cf24e3d6a62b2cc86ea1fcce645b33 # Parent ee45599c0b5dec0f6d4d3c2cd03e9498030f6fe1 To use free you should include stdlib.h rather than malloc.h according to man page of free() and various C reference websites. diff -r ee45599c0b5d -r 22b0e654c4cf util-src/encodings.c --- a/util-src/encodings.c Fri Nov 28 18:32:54 2008 +0100 +++ b/util-src/encodings.c Fri Nov 28 18:36:04 2008 +0100 @@ -7,7 +7,7 @@ #define _CRT_SECURE_NO_DEPRECATE #include -#include +#include #include "lua.h" #include "lauxlib.h"