aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_decoder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_decoder.cxx')
-rw-r--r--test/run_decoder.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx
index 85f7c4455..c7ef92cf8 100644
--- a/test/run_decoder.cxx
+++ b/test/run_decoder.cxx
@@ -163,11 +163,7 @@ int main(int argc, char **argv)
g_log_set_default_handler(my_log_func, NULL);
io_thread_init();
- if (!io_thread_start(&error)) {
- g_warning("%s", error->message);
- g_error_free(error);
- return EXIT_FAILURE;
- }
+ io_thread_start();
if (!input_stream_global_init(&error)) {
g_warning("%s", error->message);