]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/magnify.c
s/vout_Destroy/vlc_object_release/ - A cat is a cat
[vlc] / modules / video_filter / magnify.c
index 7a77573c3e5b4a3357a1b616c94eeda6db382015..12eb0615912e8bc11495af7339830f8a30a02125 100644 (file)
@@ -212,7 +212,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 );
     }
 
     image_HandlerDelete( p_vout->p_sys->p_image );