On Wednesday 04 February 2009, Henning Westerholt wrote:
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.
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.
I was wrong, this was already committed, its fixed in OpenSER 1.3.4.
Cheers,
Henning