From 4479d25609e26253c4e5fcfc78b093c0b45cefb8 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 28 May 2011 18:16:04 -0600 Subject: Don't allocate reference counts on the heap. --- libdimension/dimension/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension/dimension/object.h') diff --git a/libdimension/dimension/object.h b/libdimension/dimension/object.h index efe2323..02daaba 100644 --- a/libdimension/dimension/object.h +++ b/libdimension/dimension/object.h @@ -92,7 +92,7 @@ struct dmnsn_object { void *ptr; /** @internal Reference count. */ - dmnsn_refcount *refcount; + dmnsn_refcount refcount; }; /** -- cgit v1.2.3