aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/ScintillaWin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index 161b4831e..070ab0fb2 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -1997,6 +1997,7 @@ public:
}
~GlobalMemory() {
PLATFORM_ASSERT(!ptr);
+ assert(!hand);
}
void Allocate(size_t bytes) {
assert(!hand);