From 1e56c476c10577fe319fe553c5ced000bd740940 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 11 May 2011 21:28:01 -0400 Subject: [PATCH] Free static mutex'es --- src/hb-mutex-private.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-mutex-private.hh b/src/hb-mutex-private.hh index be0f687..24b6d9a 100644 --- a/src/hb-mutex-private.hh +++ b/src/hb-mutex-private.hh @@ -100,6 +100,7 @@ struct hb_mutex_t struct hb_static_mutex_t : hb_mutex_t { hb_static_mutex_t (void) { this->init (); } + ~hb_static_mutex_t (void) { this->free (); } private: NO_COPY (hb_static_mutex_t); -- 2.7.4