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

test/run_encoder: destruct the Encoder before exiting

parent 38afc894
......@@ -117,4 +117,7 @@ int main(int argc, char **argv)
}
encoder_to_stdout(*encoder);
encoder_close(encoder);
encoder_finish(encoder);
}
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