projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
831886a
)
Free static mutex'es
author
Behdad Esfahbod
<behdad@behdad.org>
Thu, 12 May 2011 01:28:01 +0000
(21:28 -0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Thu, 12 May 2011 01:28:01 +0000
(21:28 -0400)
src/hb-mutex-private.hh
patch
|
blob
|
history
diff --git
a/src/hb-mutex-private.hh
b/src/hb-mutex-private.hh
index be0f687680df98ca1500f0da5b4b34cda8f2be90..24b6d9ac366baf7a84d6edee021e3bdd5e275d2c 100644
(file)
--- 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);