From 74323fa54010d29737281579e4f3b4038da94989 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 31 May 2014 15:06:09 -0400 Subject: texture: Use pool. --- libdimension/object.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libdimension/object.c') diff --git a/libdimension/object.c b/libdimension/object.c index 7b6bb73..674eea8 100644 --- a/libdimension/object.c +++ b/libdimension/object.c @@ -68,7 +68,6 @@ dmnsn_delete_object(dmnsn_object *object) dmnsn_delete_object(*child); } dmnsn_delete_array(object->children); - dmnsn_delete_texture(object->texture); object->free_fn(object); } } -- cgit v1.2.3