diff --git a/src/HCAStreamChannel.cpp b/src/HCAStreamChannel.cpp index f6059f9..a54bea9 100644 --- a/src/HCAStreamChannel.cpp +++ b/src/HCAStreamChannel.cpp @@ -44,6 +44,7 @@ HCAStreamChannel& HCAStreamChannel::operator=(HCAStreamChannel&& other) unload(); if (this != &other) { + dec = other->dec; ptr = other.ptr; size = other.size; playback_channel = other.playback_channel;