diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c index d3133ecad..2f2c82600 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);