fix: fix sanitizer error
This commit is contained in:
parent
78ea4b1927
commit
6eb6799a34
|
@ -5579,6 +5579,7 @@ static int32_t doTranslateDropSuperTable(STranslateContext* pCxt, const SName* p
|
||||||
tNameExtractFullName(pTableName, dropReq.name);
|
tNameExtractFullName(pTableName, dropReq.name);
|
||||||
dropReq.igNotExists = ignoreNotExists;
|
dropReq.igNotExists = ignoreNotExists;
|
||||||
code = buildCmdMsg(pCxt, TDMT_MND_DROP_STB, (FSerializeFunc)tSerializeSMDropStbReq, &dropReq);
|
code = buildCmdMsg(pCxt, TDMT_MND_DROP_STB, (FSerializeFunc)tSerializeSMDropStbReq, &dropReq);
|
||||||
|
tFreeSMDropStbReq(&dropReq);
|
||||||
}
|
}
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue