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

test/run_decoder: initialize decoder.initialized

Keep valgrind happy.
parent a2e47d55
......@@ -135,6 +135,8 @@ int main(int argc, char **argv)
return 1;
}
decoder.initialized = false;
if (decoder.plugin->file_decode != NULL) {
decoder_plugin_file_decode(decoder.plugin, &decoder,
decoder.uri);
......
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