From 443254c6fe0534a05a48122e34738649d83ab247 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 20 Jun 2007 05:39:20 +0000 Subject: [PATCH] ActiveX: More input->media_instance fix. --- activex/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activex/plugin.cpp b/activex/plugin.cpp index 8503642c3c..ab96416b03 100644 --- a/activex/plugin.cpp +++ b/activex/plugin.cpp @@ -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); } } } -- 2.39.2