Commit bf7ef0e4 authored by Erwan Tulou's avatar Erwan Tulou

skins2: add missing var_DelCallback

(cherry picked from commit bc6d0013)
parent 8e2555df
......@@ -195,6 +195,7 @@ VlcProc::~VlcProc()
var_DelCallback( getIntf()->p_sys->p_playlist, "item-change",
onItemChange, this );
var_DelCallback( getIntf(), "skin-to-load", onSkinToLoad, this );
var_DelCallback( getIntf(), "interaction", onInteraction, this );
}
void VlcProc::manage()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment