tableBorders

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58704 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Oleg.Korshul
2014-10-07 14:14:25 +00:00
committed by Alexander Trofimov
parent acb37ff90e
commit 9d06a92883
2 changed files with 9395 additions and 12234 deletions

File diff suppressed because it is too large Load Diff

View File

@ -149,7 +149,11 @@ namespace NSThreads
}
virtual ~__native_thread()
{
RELEASEHANDLE(m_thread);
if (m_thread != NULL)
{
CloseHandle(m_thread);
m_thread = NULL;
}
}
};
#else