Some more...

Done.  I promise.
This commit is contained in:
Behdad Esfahbod 2012-05-11 03:35:08 +02:00
parent 9659523ca3
commit cf26510dbb
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ struct _hb_object_header_t {
} }
inline void trace (const char *function) const { inline void trace (const char *function) const {
if (unlikely (!this)) return;
DEBUG_MSG (OBJECT, (void *) this, DEBUG_MSG (OBJECT, (void *) this,
"refcount=%d %s", "refcount=%d %s",
this ? ref_count.get_unsafe () : 0, this ? ref_count.get_unsafe () : 0,