diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/read_tags.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/read_tags.c b/test/read_tags.c index 64535a87f..541f0398f 100644 --- a/test/read_tags.c +++ b/test/read_tags.c @@ -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); |