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 ();