Commit 14e79100 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Avoid assertion problem...

parent a7d4b90c
...@@ -426,7 +426,6 @@ MainInputManager::~MainInputManager() ...@@ -426,7 +426,6 @@ MainInputManager::~MainInputManager()
{ {
if( p_input ) if( p_input )
{ {
vlc_object_release( p_input );
emit inputChanged( NULL ); emit inputChanged( NULL );
} }
......
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