diff --git a/cli/mmcli-common.c b/cli/mmcli-common.c index 600939ae..57a43a6a 100644 --- a/cli/mmcli-common.c +++ b/cli/mmcli-common.c @@ -1146,5 +1146,5 @@ mmcli_prefix_newlines (const gchar *prefix, return (prefixed_string ? g_string_free (prefixed_string, FALSE) : - NULL); + g_strdup (str)); }