Change-Id: I225cb0ebb67dd0316f09ad094a85c2b4e872c201
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
}
info->uid = uid;
- info->tbl = g_hash_table_new_full(g_str_hash, g_str_equal, NULL,
+ info->tbl = g_hash_table_new_full(g_str_hash, g_str_equal, free,
__appinfo_remove_handler);
if (info->tbl == NULL) {
_E("out of memory");
}
info->uid = uid;
- info->tbl = g_hash_table_new_full(g_str_hash, g_str_equal, NULL,
+ info->tbl = g_hash_table_new_full(g_str_hash, g_str_equal, free,
__compinfo_remove_handler);
if (!info->tbl) {
_E("Out of memory");