benchmarks: Remove unneeded g_thread_exit()

https://bugzilla.gnome.org/show_bug.cgi?id=611692
This commit is contained in:
Benjamin Otte 2010-03-03 10:31:05 +01:00
parent 3234c0128b
commit 58415ef177

View file

@ -132,7 +132,6 @@ run_test (void *threadid)
}
}
g_thread_exit (NULL);
return NULL;
}