Commit f4461d2d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

qt4: Add a missing pl_Release(). Please review.

parent c05f65e9
......@@ -593,6 +593,7 @@ void MainInputManager::customEvent( QEvent *event )
p_input = playlist_CurrentInput( p_playlist );
emit inputChanged( p_input );
vlc_object_release( p_input );
pl_Release( p_intf );
}
}
......
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