mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
benchmarks: Remove unneeded g_thread_exit()
https://bugzilla.gnome.org/show_bug.cgi?id=611692
This commit is contained in:
parent
3234c0128b
commit
58415ef177
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ run_test (void *threadid)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
g_thread_exit (NULL);
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue