diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-12-20 19:14:23 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-01-02 09:53:20 +0000 |
commit | 6662eede2af2da50bff1902e694204c69e84f036 (patch) | |
tree | 10117b46f03324a27904544e239bcfba7904f88e /perf/cairo-perf-graph-files.c | |
parent | 8419c4f124c6ffa75b44901dccab33df8bb6287a (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.c | 2 |
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); } } |