From: RĂ©mi Denis-Courmont Date: Sat, 28 Jun 2008 17:15:07 +0000 (+0300) Subject: Avoid dummy error X-Git-Tag: 0.9.0-test1~81 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c68f07f2395e11d6bc7d09ee21cbcbb384674f4b;p=vlc Avoid dummy error --- diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c index af92376ca7..78a3c63378 100644 --- a/src/video_output/vout_intf.c +++ b/src/video_output/vout_intf.c @@ -140,7 +140,6 @@ void vout_ReleaseWindow( vout_thread_t *p_vout, void *dummy ) assert (wnd->module); module_Unneed (wnd, wnd->module); - vlc_object_detach (wnd); vlc_object_release (wnd); (void)dummy; }