Commit 42b0c980 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix invalid cast

parent acbad93b
......@@ -191,7 +191,7 @@ PrefsTree::PrefsTree( intf_thread_t *_p_intf, QWidget *_parent ) :
}
}
module_config_free( p_config );
vlc_object_release( (vlc_object_t*)p_module );
module_release( p_module );
vlc_list_t *p_list = vlc_list_find( p_intf, VLC_OBJECT_MODULE,
......
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