- Ettl Martin: Make CComCriticalSection destructor virtual.
See issue #4975 for more details.

svn path=/trunk/; revision=49840
This commit is contained in:
Aleksey Bragin 2010-11-28 12:10:59 +00:00
parent 205fe71c5d
commit 5afe6c4f39

View file

@ -43,7 +43,7 @@ public:
memset(&m_sec, 0, sizeof(CRITICAL_SECTION));
}
~CComCriticalSection()
virtual ~CComCriticalSection()
{
}