aboutsummaryrefslogtreecommitdiff
path: root/src/DecoderInternal.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 23:40:56 +0100
committerMax Kellermann <max@duempel.org>2013-01-31 00:26:55 +0100
commit361404fd59e817560e4564f15466e94c2a0d7551 (patch)
tree2e8eab59d93b24e496576be0ccdcfc3bf70d54bf /src/DecoderInternal.cxx
parent762c91b7f1024ff81d3dd39b217995d817030ef8 (diff)
pcm_convert: convert to C++
Diffstat (limited to 'src/DecoderInternal.cxx')
-rw-r--r--src/DecoderInternal.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/DecoderInternal.cxx b/src/DecoderInternal.cxx
index 80f0adfd..e390fdfd 100644
--- a/src/DecoderInternal.cxx
+++ b/src/DecoderInternal.cxx
@@ -40,8 +40,6 @@ decoder::~decoder()
if (decoder_tag != nullptr)
tag_free(decoder_tag);
-
- pcm_convert_deinit(&conv_state);
}
/**