Skip to content

Commit 79f11b2

Browse files
committed
[fix] fix CMM leaky
1 parent 874c245 commit 79f11b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • projects/llm_framework/main_melotts/src

projects/llm_framework/main_melotts/src/main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,9 @@ class llm_task {
342342

343343
~llm_task()
344344
{
345+
if (decoder_) {
346+
decoder_->Release();
347+
}
345348
_ax_deinit();
346349
}
347350
};

0 commit comments

Comments
 (0)