diff options
Diffstat (limited to '')
-rw-r--r-- | src/extantz/extantz.c | 4 |
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 | } |