diff options
Diffstat (limited to '')
-rw-r--r-- | src/dbUtils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbUtils.c b/src/dbUtils.c index b33ec58df..a850bdba8 100644 --- a/src/dbUtils.c +++ b/src/dbUtils.c @@ -226,7 +226,7 @@ newListCommandItem(int tagType, const struct locate_item_list *criteria) static void freeListCommandItem(ListCommandItem * item) { - free(item); + g_free(item); } static void |