Loading system/stack/mmc/codec_client/codec_client.cc +4 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,10 @@ CodecClient::CodecClient() { } } CodecClient::~CodecClient() { cleanup(); } CodecClient::~CodecClient() { cleanup(); if (bus_) bus_->ShutdownAndBlock(); } int CodecClient::init(const ConfigParam config) { cleanup(); Loading Loading
system/stack/mmc/codec_client/codec_client.cc +4 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,10 @@ CodecClient::CodecClient() { } } CodecClient::~CodecClient() { cleanup(); } CodecClient::~CodecClient() { cleanup(); if (bus_) bus_->ShutdownAndBlock(); } int CodecClient::init(const ConfigParam config) { cleanup(); Loading