fix crash caused by double free
This commit is contained in:
parent
4913ce5897
commit
441bddce34
|
@ -5870,7 +5870,7 @@ _over:
|
|||
taosArrayDestroy(pTableIdList);
|
||||
|
||||
if (code != TSDB_CODE_SUCCESS) {
|
||||
tfree(*pQInfo);
|
||||
//pQInfo already freed in initQinfo
|
||||
*pQInfo = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue