summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-blob.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/hb-blob.c')
-rw-r--r--pango/opentype/hb-blob.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/opentype/hb-blob.c b/pango/opentype/hb-blob.c
index 3e787fcb..3e2f16c7 100644
--- a/pango/opentype/hb-blob.c
+++ b/pango/opentype/hb-blob.c
@@ -174,6 +174,7 @@ hb_blob_destroy (hb_blob_t *blob)
HB_OBJECT_DO_DESTROY (blob);
_hb_blob_destroy_user_data (blob);
+ hb_mutex_free (blob->lock);
free (blob);
}