]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/opencv_wrapper.c
s/vout_Destroy/vlc_object_release/ - A cat is a cat
[vlc] / modules / video_filter / opencv_wrapper.c
index 1095f6cf06a0b5adcf12bd7e6f8c81c0e763b897..db6b4a527fc99cbbc90e4714d28c474a8e397644 100644 (file)
@@ -409,7 +409,7 @@ static void Destroy( vlc_object_t *p_this )
     {
         DEL_CALLBACKS( p_vout->p_sys->p_vout, SendEvents );
         vlc_object_detach( p_vout->p_sys->p_vout );
-        vout_Destroy( p_vout->p_sys->p_vout );
+        vlc_object_release( p_vout->p_sys->p_vout );
     }
 
     DEL_PARENT_CALLBACKS( SendEventsToChild );