]> git.sesse.net Git - vlc/blobdiff - src/misc/messages.c
Redefine vlc_dictionary_clear() and vlc_dictionary_remove_value_for_key() Allow passi...
[vlc] / src / misc / messages.c
index 468e665cd666803091213954174cbf5684bdfb6b..37863148eca114fb9b29188ba5ad808cf920f2f4 100644 (file)
@@ -186,7 +186,7 @@ void msg_Destroy (libvlc_int_t *p_libvlc)
     CloseHandle( QUEUE.logfile );
 #endif
 
-    vlc_dictionary_clear( &priv->msg_enabled_objects );
+    vlc_dictionary_clear( &priv->msg_enabled_objects, NULL, NULL );
 
     /* Destroy lock */
     vlc_mutex_destroy( &QUEUE.lock );