fix:[TD-31962]memory leak by crash_gen
This commit is contained in:
parent
295a34fc55
commit
3c8ae1fc9f
|
@ -741,7 +741,6 @@ _end:
|
|||
sizeof(STableCachedVal), freeCachedMetaItem, NULL, TAOS_LRU_PRIORITY_LOW, NULL);
|
||||
if (insertRet != TAOS_LRU_STATUS_OK) {
|
||||
qWarn("failed to put meta into lru cache, code:%d, %s", insertRet, idStr);
|
||||
freeTableCachedVal(pVal);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue