cli,output: plug leak of OutputItemListItem items
This commit is contained in:
@@ -384,6 +384,7 @@ output_item_free (OutputItem *item)
|
|||||||
g_free (((OutputItemListitem *)item)->prefix);
|
g_free (((OutputItemListitem *)item)->prefix);
|
||||||
g_free (((OutputItemListitem *)item)->value);
|
g_free (((OutputItemListitem *)item)->value);
|
||||||
g_free (((OutputItemListitem *)item)->extra);
|
g_free (((OutputItemListitem *)item)->extra);
|
||||||
|
g_slice_free (OutputItemListitem, (OutputItemListitem *)item);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
g_assert_not_reached ();
|
g_assert_not_reached ();
|
||||||
|
Reference in New Issue
Block a user