Commit 443254c6 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

ActiveX: More input->media_instance fix.

parent 9e8d1937
......@@ -796,7 +796,7 @@ void VLCPlugin::setTime(int seconds)
if( NULL != p_md )
{
libvlc_media_instance_set_time(p_md, _i_time, NULL);
libvlc_media_instance_destroy_and_release(p_md);
libvlc_media_instance_destroy_and_detach(p_md);
}
}
}
......
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