diff options
Diffstat (limited to 'cli/mmcli-common.c')
-rw-r--r-- | cli/mmcli-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } |