diff options
Diffstat (limited to 'test/dump_playlist.cxx')
-rw-r--r-- | test/dump_playlist.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx index f3339662c..768eee367 100644 --- a/test/dump_playlist.cxx +++ b/test/dump_playlist.cxx @@ -169,11 +169,7 @@ int main(int argc, char **argv) } 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); |