mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
tableBorders
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58704 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
acb37ff90e
commit
9d06a92883
File diff suppressed because it is too large
Load Diff
@ -149,7 +149,11 @@ namespace NSThreads
|
||||
}
|
||||
virtual ~__native_thread()
|
||||
{
|
||||
RELEASEHANDLE(m_thread);
|
||||
if (m_thread != NULL)
|
||||
{
|
||||
CloseHandle(m_thread);
|
||||
m_thread = NULL;
|
||||
}
|
||||
}
|
||||
};
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user