[Player-cvs] kit/android PlayerDriver.cpp,1.10.2.36,1.10.2.37
ching_li at helixcommunity.org ching_li at helixcommunity.orgUpdate of /cvsroot/player/kit/android
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv22406
Modified Files:
Tag: hxclient_3_1_0_atlas
PlayerDriver.cpp
Log Message:
Fix a memory leak issue.
Index: PlayerDriver.cpp
===================================================================
RCS file: /cvsroot/player/kit/android/Attic/PlayerDriver.cpp,v
retrieving revision 1.10.2.36
retrieving revision 1.10.2.37
diff -u -d -r1.10.2.36 -r1.10.2.37
--- PlayerDriver.cpp 6 Dec 2010 00:40:21 -0000 1.10.2.36
+++ PlayerDriver.cpp 20 Jan 2011 02:11:09 -0000 1.10.2.37
@@ -840,7 +840,6 @@
pCCF->CreateInstance(CLSID_IHXValues, (void**)&pValues);
if (pValues)
{
- pValues->AddRef();
pValues->SetPropertyULONG32(pPropName, bValue);
if (m_pClientState)
{