fix: release SSmaObj/SStreamObj when dropping sma
This commit is contained in:
parent
c2c41d89d5
commit
4c6a511ccf
|
@ -961,8 +961,8 @@ _OVER:
|
|||
mError("sma:%s, failed to drop since %s", dropReq.name, terrstr());
|
||||
}
|
||||
|
||||
mndReleaseDb(pMnode, pDb);
|
||||
mndReleaseSma(pMnode, pSma);
|
||||
mndReleaseDb(pMnode, pDb);
|
||||
return code;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue