[vlc-devel] [PATCH] fix broken compiling by -Werror
Lukas Durfina
lukas.durfina at gmail.com
Wed Aug 13 14:24:46 CEST 2008
On Wed, 13 Aug 2008 13:59:53 +0200, Mirsal Ennaime
<mirsal.ennaime at gmail.com> wrote:
>
> AFAIK, asprintf() returning -1 means out of memory, so you may not
> want to output an error message but return instead.
>
it returns -1 when out of memory or some other error.
And there could be a lot of free() or other maintance
when I want to return, or not?
Anyway I made a possible memory leak in vlm.c,
so I have to remake it.
More information about the vlc-devel
mailing list