Commit 7a4bb03e authored by Rémi Duraffort's avatar Rémi Duraffort

qt4: fix object leak.

parent 52d9726b
......@@ -524,6 +524,8 @@ bool InputManager::hasVisualisation()
return false;
char *visual = var_InheritString( aout, "visual" );
vlc_object_release( aout );
if( !visual )
return false;
......
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