Re: [PATCH] Memory leak in wap-appl.c

2004-08-25 Thread Stipe Tolj
Vjacheslav Chekushin wrote: Hi, list. There is obvious memory leak in wap-appl.c ret = wml_compile(content-body, content-charset, wmlc, content-version); If you will check wml_compile function from wml_compiler.c, than you'll see that it allocates wmlc at the start and

[PATCH] Memory leak in wap-appl.c

2004-08-24 Thread Vjacheslav Chekushin
Hi, list. There is obvious memory leak in wap-appl.c ret = wml_compile(content-body, content-charset, wmlc, content-version); If you will check wml_compile function from wml_compiler.c, than you'll see that it allocates wmlc at the start and doesn't deallocate it even if