From 63219f9c849df83c7618f7c41893c17e8ba72829 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Wed, 31 Aug 2011 12:52:28 +0000 Subject: [PATCH] e17: free gadcon location SVN revision: 63027 --- src/bin/e_shelf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c index d3133ec..2f2c826 100644 --- a/src/bin/e_shelf.c +++ b/src/bin/e_shelf.c @@ -824,6 +824,7 @@ _e_shelf_free(E_Shelf *es) _e_shelf_bindings_del(es); e_gadcon_location_unregister(es->gadcon->location); + e_gadcon_location_free(es->gadcon->location); e_zone_useful_geometry_dirty(es->zone); E_FREE_LIST(es->handlers, ecore_event_handler_del); -- 2.7.4