We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61fcd8 commit 23e6717Copy full SHA for 23e6717
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 8cbaebbb49a875728f95d413d7352f77cc97d04c
+refs/heads/master: 5c23d21e83606611988e5b218d48e2ed0549a6d3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/rt/sync/lock_and_signal.cpp
@@ -43,7 +43,6 @@ lock_and_signal::lock_and_signal()
43
#endif
44
45
lock_and_signal::~lock_and_signal() {
46
- assert(_holding_thread == INVALID_THREAD);
47
#if defined(__WIN32__)
48
CloseHandle(_event);
49
DeleteCriticalSection(&_cs);
0 commit comments