[vlc-devel] commit: Avoid dummy error ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Jun 28 19:14:50 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Jun 28 20:15:07 2008 +0300| [c68f07f2395e11d6bc7d09ee21cbcbb384674f4b]

Avoid dummy error

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c68f07f2395e11d6bc7d09ee21cbcbb384674f4b
---

 src/video_output/vout_intf.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c
index af92376..78a3c63 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;
 }




More information about the vlc-devel mailing list