aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-04 17:21:44 +1000
committerDavid Walter Seikel2014-05-04 17:21:44 +1000
commit86ec7cada8d3253d4c53edd2cafa1ce147f99fc9 (patch)
tree278b3e5351fbb4b19dadc029727124dde3a1e977 /src/extantz
parentWork around Elm entry hang on exit bug in chat. (diff)
downloadSledjHamr-86ec7cada8d3253d4c53edd2cafa1ce147f99fc9.zip
SledjHamr-86ec7cada8d3253d4c53edd2cafa1ce147f99fc9.tar.gz
SledjHamr-86ec7cada8d3253d4c53edd2cafa1ce147f99fc9.tar.bz2
SledjHamr-86ec7cada8d3253d4c53edd2cafa1ce147f99fc9.tar.xz
Oops, reverse the order of these deletions.
Diffstat (limited to 'src/extantz')
-rw-r--r--src/extantz/extantz.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c
index a9e5f3e..54caf82 100644
--- a/src/extantz/extantz.c
+++ b/src/extantz/extantz.c
@@ -448,9 +448,9 @@ EAPI_MAIN int elm_main(int argc, char **argv)
448 { 448 {
449 Evas_3D_Demo_fini(&ourGlobals); 449 Evas_3D_Demo_fini(&ourGlobals);
450 eo_unref(ourGlobals.tb); 450 eo_unref(ourGlobals.tb);
451 fang_win_del(&ourGlobals, woMan);
452 fang_win_del(&ourGlobals, chat);
453 fang_win_del(&ourGlobals, files); 451 fang_win_del(&ourGlobals, files);
452 fang_win_del(&ourGlobals, chat);
453 fang_win_del(&ourGlobals, woMan);
454 eo_unref(ourGlobals.bx); 454 eo_unref(ourGlobals.bx);
455 evas_object_del(ourGlobals.win); 455 evas_object_del(ourGlobals.win);
456 } 456 }