lib/syntax_color: free allocated memory.

This commit is contained in:
ChunEon Park 2014-11-01 18:45:42 +09:00
parent 22a39f2d47
commit 6569821349
1 changed files with 1 additions and 1 deletions

View File

@ -158,8 +158,8 @@ color_table_init(color_data *cd)
}
tuple->col = cd->cols[i];
tuple->key = eina_stringshare_add(key);
//free(key);
eina_inarray_push(inarray, tuple);
free(tuple);
}
eina_list_free(scg->colors[i].keys);
}