Commit 02bff013 authored by Pierre Ynard's avatar Pierre Ynard

motion: destroy motion data properly

parent 5b1d18e7
......@@ -105,7 +105,7 @@ void Close ( vlc_object_t *p_this )
{
intf_thread_t *p_intf = (intf_thread_t *)p_this;
free( p_intf->p_sys->p_motion );
motion_destroy( p_intf->p_sys->p_motion );
free( p_intf->p_sys );
}
......
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