summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-graph-files.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-12-20 19:14:23 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2009-01-02 09:53:20 +0000
commit6662eede2af2da50bff1902e694204c69e84f036 (patch)
tree10117b46f03324a27904544e239bcfba7904f88e /perf/cairo-perf-graph-files.c
parent8419c4f124c6ffa75b44901dccab33df8bb6287a (diff)
[perf] Fix errors reported by cppcheck
Trivial mistakes, identified in bugs http://bugs.freedesktop.org/show_bug.cgi?id=19206 and http://bugs.freedesktop.org/show_bug.cgi?id=19207.
Diffstat (limited to 'perf/cairo-perf-graph-files.c')
-rw-r--r--perf/cairo-perf-graph-files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf-graph-files.c b/perf/cairo-perf-graph-files.c
index 5122b9fa..04235d62 100644
--- a/perf/cairo-perf-graph-files.c
+++ b/perf/cairo-perf-graph-files.c
@@ -319,7 +319,7 @@ gv_report_selected (GraphView *gv, int i, struct _app_data *app)
argv[4] = NULL;
do_git (app, argv);
- free (id);
+ g_free (id);
}
}