]> git.sesse.net Git - vlc/blobdiff - src/control/core.c
libvlc_InternalDestroy: remove dead code
[vlc] / src / control / core.c
index 50664d1738546d494f65a9e20a18b22d11d10e26..9155bc20ae7d34f44f60e75fc46616e75fbda894 100644 (file)
@@ -164,7 +164,7 @@ void libvlc_release( libvlc_instance_t *p_instance )
         vlc_mutex_destroy( lock );
         vlc_mutex_destroy( &p_instance->event_callback_lock );
         libvlc_InternalCleanup( p_instance->p_libvlc_int );
-        libvlc_InternalDestroy( p_instance->p_libvlc_int, false );
+        libvlc_InternalDestroy( p_instance->p_libvlc_int );
         free( p_instance );
     }
 }