[vlc-commits] taglib: fix vlc_object leak on WINRT
    Thomas Guillem 
    git at videolan.org
       
    Thu Jul 21 09:13:19 CEST 2016
    
    
  
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jul 21 09:06:56 2016 +0200| [efcb3e10a2f95585550a909b53bb065a5794dbdb] | committer: Thomas Guillem
taglib: fix vlc_object leak on WINRT
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=efcb3e10a2f95585550a909b53bb065a5794dbdb
---
 modules/meta_engine/taglib.cpp |    1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/meta_engine/taglib.cpp b/modules/meta_engine/taglib.cpp
index 0fd6da5..4b8c067 100644
--- a/modules/meta_engine/taglib.cpp
+++ b/modules/meta_engine/taglib.cpp
@@ -165,7 +165,6 @@ public:
         : m_demux( p_demux )
         , m_previousPos( 0 )
     {
-        vlc_object_hold( m_demux );
     }
 
     ~VlcIostream()
    
    
More information about the vlc-commits
mailing list