Commit 9c46cc4e authored by Max Kellermann's avatar Max Kellermann

test/read_tags: call g_thread_init()

Needed for the I/O thread.
parent a236a439
......@@ -166,6 +166,7 @@ int main(int argc, char **argv)
decoder_name = argv[1];
path = argv[2];
g_thread_init(NULL);
io_thread_init();
if (!io_thread_start(&error)) {
g_warning("%s", error->message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment