]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/info_panels.cpp
Use pl_Release with the right argument.
[vlc] / modules / gui / qt4 / components / info_panels.cpp
index 107f4caf5cb2504e00d28a34b14ba34fb5788002..3f9742f50b3779b7288328687cc8197aeda6639d 100644 (file)
@@ -291,7 +291,7 @@ void MetaPanel::saveMeta()
     if( p_mod )
         module_Unneed( p_playlist, p_mod );
     PL_UNLOCK;
-    pl_Release( p_playlist );
+    pl_Release( p_intf );
 
     /* Reset the status of the mode. No need to emit any signal because parent
        is the only caller */