[Player-cvs] kit/android MetaDataDriver.cpp, 1.1.2.3.2.16, 1.1.2.3.2.17

[Player-cvs] kit/android MetaDataDriver.cpp, 1.1.2.3.2.16, 1.1.2.3.2.17

xzhao at helixcommunity.org xzhao at helixcommunity.org
Thu Jan 13 22:22:54 PST 2011


Update of /cvsroot/player/kit/android
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv26762

Modified Files:
      Tag: hxclient_3_6_1_atlas
	MetaDataDriver.cpp 
Log Message:
Fix memory leak during extracting thumbnail


Index: MetaDataDriver.cpp
===================================================================
RCS file: /cvsroot/player/kit/android/Attic/MetaDataDriver.cpp,v
retrieving revision 1.1.2.3.2.16
retrieving revision 1.1.2.3.2.17
diff -u -d -r1.1.2.3.2.16 -r1.1.2.3.2.17
--- MetaDataDriver.cpp	13 Jan 2011 06:25:38 -0000	1.1.2.3.2.16
+++ MetaDataDriver.cpp	14 Jan 2011 06:22:51 -0000	1.1.2.3.2.17
@@ -174,6 +174,10 @@
         m_pMetaDataService->UnInit();
     }
     HX_RELEASE(m_pMetaDataService);
+    if (m_pThumbnailService)
+    {
+        m_pThumbnailService->UnInit();
+    }
     HX_RELEASE(m_pThumbnailService);
     HX_RELEASE(m_pContext);
     if(m_pIMediaPlatform)




More information about the Player-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.