fixed some memory leaks that detected by valgrind.

This commit is contained in:
ChunEon Park 2014-07-19 15:07:25 +09:00
parent 3d8ca8112f
commit 6d0c720b20
2 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,8 @@ dummy_objs_update(dummy_obj *dummy)
dummy->swallows = eina_list_append(dummy->swallows, po);
}
}
edje_edit_string_list_free(parts);
}
static Eina_Bool

View File

@ -560,6 +560,8 @@ term(app_data *ad)
config_term();
autocomp_term();
eio_monitor_del(ad->edc_monitor);
elm_shutdown();
}