X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Finfo_panels.cpp;h=3f9742f50b3779b7288328687cc8197aeda6639d;hb=415ada5a217873f17211bb7b3d96ce45d6d67263;hp=107f4caf5cb2504e00d28a34b14ba34fb5788002;hpb=c0538c2c67f6f3a28d20ff2f7a9618353302d5bb;p=vlc diff --git a/modules/gui/qt4/components/info_panels.cpp b/modules/gui/qt4/components/info_panels.cpp index 107f4caf5c..3f9742f50b 100644 --- a/modules/gui/qt4/components/info_panels.cpp +++ b/modules/gui/qt4/components/info_panels.cpp @@ -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 */