mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1157784. Add missing DeleteCriticalSection
This commit is contained in:
parent
f341e43f15
commit
8bbf0b7a66
@ -441,6 +441,7 @@ nsWindow::~nsWindow()
|
|||||||
sIsOleInitialized = FALSE;
|
sIsOleInitialized = FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
::DeleteCriticalSection(&mPresentLock);
|
||||||
|
|
||||||
NS_IF_RELEASE(mNativeDragTarget);
|
NS_IF_RELEASE(mNativeDragTarget);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user