summaryrefslogtreecommitdiff
path: root/panels/info
diff options
context:
space:
mode:
authorTim Lunn <tim@feathertop.org>2013-04-11 11:21:30 +1000
committerTim Lunn <tim@feathertop.org>2013-04-11 12:00:54 +1000
commit006e1d33670f5db28bfd4276a1e42ce2ba4f8558 (patch)
treed4f70cc813f1cba9ad9342c6b51a0a06cdbb67a4 /panels/info
parent8fe3c39b989795bb0d9d679ee5090201dfb6ef0f (diff)
downloadgnome-control-center-006e1d33670f5db28bfd4276a1e42ce2ba4f8558.tar.gz
plug leak of log_contents
Diffstat (limited to 'panels/info')
-rw-r--r--panels/info/cc-info-panel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index e7de50a84..c0cc5a061 100644
--- a/panels/info/cc-info-panel.c
+++ b/panels/info/cc-info-panel.c
@@ -416,6 +416,7 @@ get_graphics_data_xorg_vesa_hardware (void)
result = g_strdup_printf ("VESA: %s", pretty_tmp);
g_free (pretty_tmp);
}
+ g_free (log_contents);
g_match_info_free (match);
g_regex_unref (re);