From 637c3429abb382adb724134e06ff97d54551582f Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 22 Mar 2015 18:37:52 +1000 Subject: We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in case they change their mind again. --- src/extantz/scenri.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extantz/scenri.c') diff --git a/src/extantz/scenri.c b/src/extantz/scenri.c index e6462a0..1e7831d 100644 --- a/src/extantz/scenri.c +++ b/src/extantz/scenri.c @@ -477,8 +477,8 @@ void scenriDel(Scene_Data *scene) free(scene->move); // eo_unref(scene->camera_node); - eo_unref(scene->image); - eo_unref(scene->scene); +// eo_unref(scene->image); +// eo_unref(scene->scene); // eo_unref(scene->root_node); free(scene); } -- cgit v1.1