]> git.sesse.net Git - vlc/blobdiff - src/control/core.c
control: Remove libvlc_event_fini exception handling, as we don't need it.
[vlc] / src / control / core.c
index 69f94bdd6d45cc790d5ec9330dfb0ecf216f1184..a1d2f9e5507adb9e35b130a19d6e8e475374acc5 100644 (file)
@@ -139,7 +139,7 @@ void libvlc_release( libvlc_instance_t *p_instance, libvlc_exception_t *p_e )
     vlc_mutex_lock( lock );
     refs = --p_instance->ref_count;
     if( refs == 0 )
-        libvlc_event_fini( p_instance, p_e );
+        libvlc_event_fini( p_instance );
     vlc_mutex_unlock( lock );
 
     if( refs == 0 )