mirror of
https://github.com/m5stack/StackFlow.git
synced 2026-05-20 11:32:11 -07:00
[fix] Fixed the issue that CMM cannot be released after the class EngineWrapper is destroyed
This commit is contained in:
@@ -544,6 +544,9 @@ public:
|
||||
~llm_task()
|
||||
{
|
||||
stop();
|
||||
if (encoder_) encoder_->Release();
|
||||
if (decoder_main_) decoder_main_->Release();
|
||||
if (decoder_loop_) decoder_loop_->Release();
|
||||
_ax_deinit();
|
||||
buffer_destroy(pcmdata);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user