aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-output.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli/mmcli-output.c')
-rw-r--r--cli/mmcli-output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mmcli-output.c b/cli/mmcli-output.c
index c3f0d0e7..1bb17f82 100644
--- a/cli/mmcli-output.c
+++ b/cli/mmcli-output.c
@@ -384,6 +384,7 @@ output_item_free (OutputItem *item)
g_free (((OutputItemListitem *)item)->prefix);
g_free (((OutputItemListitem *)item)->value);
g_free (((OutputItemListitem *)item)->extra);
+ g_slice_free (OutputItemListitem, (OutputItemListitem *)item);
break;
default:
g_assert_not_reached ();