]> git.sesse.net Git - vlc/blobdiff - modules/visualization/goom.c
s/vout_Destroy/vlc_object_release/ - A cat is a cat
[vlc] / modules / visualization / goom.c
index b8190251a27eec89e1230f63b40430a1e8573be9..9382b80494bda39540c4ad08c996bd466fb3b8bf 100644 (file)
@@ -196,7 +196,7 @@ static int Open( vlc_object_t *p_this )
                            VLC_THREAD_PRIORITY_LOW, false ) )
     {
         msg_Err( p_filter, "cannot lauch goom thread" );
-        vout_Destroy( p_thread->p_vout );
+        vlc_object_release( p_thread->p_vout );
         vlc_mutex_destroy( &p_thread->lock );
         vlc_cond_destroy( &p_thread->wait );
         free( p_thread->psz_title );