commit | d60bb8ca2ae6edf29b2227b56c57f0d16879370b | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Aug 04 21:32:57 2009 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Nov 02 14:40:30 2009 -0500 |
tree | a340df43b5a2f1f0ad06fd9b59405c789dcca60d | |
parent | 679f41fe61242aa8d7f45b64bdb66395aa530fe2 [diff] [blame] |
[HB] Hook Sanitizer up. Hell's breaking loose right now
diff --git a/src/hb-open-types-private.hh b/src/hb-open-types-private.hh index 1ec7d1e..1af7c08 100644 --- a/src/hb-open-types-private.hh +++ b/src/hb-open-types-private.hh
@@ -304,7 +304,7 @@ } } - static const Type& instantiate (hb_blob_t *blob) { + static const Type& lock_instance (hb_blob_t *blob) { return Type::get_for_data (hb_blob_lock (blob)); } };