[vlc-devel] [PATCH]Crash on exit on Win32

Geoffroy Couprie geo.couprie at gmail.com
Thu Aug 14 16:50:24 CEST 2008


On Thu, Aug 14, 2008 at 4:34 PM, Rémi Denis-Courmont <rem at videolan.org> wrote:
> Le jeudi 14 août 2008 17:30:01 Geoffroy Couprie, vous avez écrit :
>> With --enable-debug on Win32, VLC crashes on exit, because the
>> IPCHelperThread leaks(#1598 shouldn't have been closed). This patch
>> fix it, but I'm not sure if that's the right way to do it.
>
> This patch is wrong. It will release the helper even if it belongs in another
> instance.
Ok. Do you think something like if(p_helper && !p_helper->p_parent)
would do the trick?



More information about the vlc-devel mailing list