fix(stream): fix memory leak.

This commit is contained in:
Haojun Liao 2024-01-30 15:35:01 +08:00
parent 1d110953c9
commit efbc7e1402
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ static int32_t mndDropOrphanTasks(SMnode* pMnode, SArray* pList) {
return -1;
}
mndTransDrop(pTrans);
return 0;
}