aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/benchmark.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-01-10 11:15:43 -0200
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-01-10 11:15:43 -0200
commitecf8bb62c0c83d6effc398a192ca8acdae148a67 (patch)
tree1ffdd3c50f21bfdf272bfb64725f34d7fd3f75b5 /hardinfo2/benchmark.c
parented8b60a56aa1b4c933d84fe433bf69925f7aa854 (diff)
Fix segfault
Diffstat (limited to 'hardinfo2/benchmark.c')
-rw-r--r--hardinfo2/benchmark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c
index 195048cd..019ff962 100644
--- a/hardinfo2/benchmark.c
+++ b/hardinfo2/benchmark.c
@@ -371,7 +371,6 @@ static gchar *get_benchmark_results()
g_free(machine);
g_free(machineclock);
g_free(machineram);
- g_free(result);
return result;
}