Commit 76e8dac8 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@54835 954022d7-b5bf-4e40-9824-e11837661b57
parent 26783d51
......@@ -122,14 +122,17 @@ public:
}
LONG Release()
{
m_oCS.Enter();
--m_lRef;
if (0 == m_lRef)
{
m_oCS.Leave();
delete this;
return 0;
}
m_oCS.Leave();
return m_lRef;
}
};
......
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