]> git.sesse.net Git - vlc/blobdiff - src/libvlc-common.c
stats: Support per object timer. (and implement stats_TimerClean()).
[vlc] / src / libvlc-common.c
index 96099a7c20b02c79633cbc585f4da9b4e2bff0fb..85b94e9f6e811fb858aa6cf5418cd10f31e5939e 100644 (file)
@@ -988,7 +988,7 @@ int libvlc_InternalCleanup( libvlc_int_t *p_libvlc )
     vlc_object_release( p_libvlc->p_interaction );
 
     stats_TimersDumpAll( p_libvlc );
-    stats_TimersClean( p_libvlc );
+    stats_TimersCleanAll( p_libvlc );
 
     /* Free announce handler(s?) */
     while( (p_announce = vlc_object_find( p_libvlc, VLC_OBJECT_ANNOUNCE,