From 129807c417de58d08ff9cb6072b0afbd045d2bb5 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 19 Aug 2022 15:57:36 +0000 Subject: cli,output: plug leak of OutputItemListItem items --- cli/mmcli-output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') 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 (); -- cgit v1.2.3-70-g09d2