summaryrefslogtreecommitdiff
path: root/hardinfo2/egg-markdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/egg-markdown.c')
-rw-r--r--hardinfo2/egg-markdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/egg-markdown.c b/hardinfo2/egg-markdown.c
index 1d39b366..7ef8bbfe 100644
--- a/hardinfo2/egg-markdown.c
+++ b/hardinfo2/egg-markdown.c
@@ -393,7 +393,7 @@ egg_markdown_to_text_line_formatter_image (EggMarkdown *self, const gchar *line)
/* not found, keep return as-is */
data = g_strdup (line);
}
-out:
+
g_free (copy);
return data;
}