From 148870bd0d9197dc4cfc08acf6be0c756d0f06bc Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 4 Jan 2010 22:29:04 -0200 Subject: Implement the graphical summary view in the shell, and do a proof of concept implementation for computer.so module. --- hardinfo2/egg-markdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/egg-markdown.c') 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; } -- cgit v1.2.3