Commit 7d3d8f20 authored by Max Kellermann's avatar Max Kellermann

test/read_tags: call g_thread_init()

parent e1e3ce98
......@@ -165,6 +165,7 @@ int main(int argc, char **argv)
decoder_name = argv[1];
path = argv[2];
g_thread_init(NULL);
tag_pool_init();
if (!input_stream_global_init(&error)) {
......
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