aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/scenri.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2015-03-22 18:37:52 +1000
committerDavid Walter Seikel2015-03-22 18:37:52 +1000
commit637c3429abb382adb724134e06ff97d54551582f (patch)
tree00736d7b65e35892d871e0698be71a56dae797e9 /src/extantz/scenri.c
parentComment out markers around commented out code. (diff)
downloadSledjHamr-637c3429abb382adb724134e06ff97d54551582f.zip
SledjHamr-637c3429abb382adb724134e06ff97d54551582f.tar.gz
SledjHamr-637c3429abb382adb724134e06ff97d54551582f.tar.bz2
SledjHamr-637c3429abb382adb724134e06ff97d54551582f.tar.xz
We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in case they change their mind again.
Diffstat (limited to 'src/extantz/scenri.c')
-rw-r--r--src/extantz/scenri.c4
1 files changed, 2 insertions, 2 deletions
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)
477 free(scene->move); 477 free(scene->move);
478// eo_unref(scene->camera_node); 478// eo_unref(scene->camera_node);
479 479
480 eo_unref(scene->image); 480// eo_unref(scene->image);
481 eo_unref(scene->scene); 481// eo_unref(scene->scene);
482// eo_unref(scene->root_node); 482// eo_unref(scene->root_node);
483 free(scene); 483 free(scene);
484} 484}