[com] ... yeah, almost.

This commit is contained in:
Philip Rebohle 2017-12-09 23:20:31 +01:00
parent fa1ef8248e
commit 3d6e88428a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace dxvk {
ULONG Release() {
ULONG refCount = --m_refCount;
if (refCount == 0) {
refCount += 0x80000000u;
m_refCount += 0x80000000u;
delete this;
}
return refCount;