summaryrefslogtreecommitdiffstats
path: root/winsup/cygserver/bsd_mutex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygserver/bsd_mutex.cc')
-rw-r--r--winsup/cygserver/bsd_mutex.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygserver/bsd_mutex.cc b/winsup/cygserver/bsd_mutex.cc
index 02896bb6d..66c4b2398 100644
--- a/winsup/cygserver/bsd_mutex.cc
+++ b/winsup/cygserver/bsd_mutex.cc
@@ -227,6 +227,8 @@ public:
panic ("Allocating msleep records failed: %d", errno);
}
+ ~msleep_sync_array () { delete a; }
+
HANDLE enter (void *ident)
{
HANDLE evt = NULL;