summaryrefslogtreecommitdiff
path: root/test/run_encoder.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-05-04 18:29:31 +0200
committerMax Kellermann <max@duempel.org>2016-05-04 18:32:52 +0200
commitb376536a3bcbcc8840c4df3dc5f3850fb7b09ac5 (patch)
tree8aedb8fad4522e71de0f0aaa80b852b2332220ad /test/run_encoder.cxx
parente7edc0264745499609aa22bd19620e15f6ef3e62 (diff)
encoder/Interface: convert PreparedEncoder to abstract class
Diffstat (limited to 'test/run_encoder.cxx')
-rw-r--r--test/run_encoder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_encoder.cxx b/test/run_encoder.cxx
index ad4d1444a..234a86d3f 100644
--- a/test/run_encoder.cxx
+++ b/test/run_encoder.cxx
@@ -111,7 +111,7 @@ int main(int argc, char **argv)
EncoderToOutputStream(os, *encoder);
delete encoder;
- p_encoder->Dispose();
+ delete p_encoder;
return EXIT_SUCCESS;
} catch (const std::exception &e) {