fix(stream): fix memory leak.
This commit is contained in:
parent
e831bf7845
commit
c9f9540530
|
@ -299,6 +299,8 @@ _OVER:
|
|||
}
|
||||
sdbRelease(pMnode->pSdb, vObj);
|
||||
cfgArrayCleanUp(array);
|
||||
|
||||
tFreeSConfigReq(&configReq);
|
||||
return code;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue