On Wednesday 04 February 2009, toly wrote:
the problem was:
file mem/mem.h
8th line from the bottom
original:
define pkg_free(p) do{ LM_DBG("free %p\n", (p)); free((p)); }while(0);
the semicolon at the end of the line must be removed.
Hi toly,
i fixed this some time ago for the 1.4.x branch, but aparently this was not
backported to 1.3.x. I'll do this now.
Cheers,
Henning