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

Avoid dummy error

parent b437d812
......@@ -140,7 +140,6 @@ void vout_ReleaseWindow( vout_thread_t *p_vout, void *dummy )
assert (wnd->module);
module_Unneed (wnd, wnd->module);
vlc_object_detach (wnd);
vlc_object_release (wnd);
(void)dummy;
}
......
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