fix(stream): avoid repeatly free obj.

This commit is contained in:
Haojun Liao 2023-09-27 14:05:14 +08:00
parent 6b5770aab7
commit 6d2dbd549b
1 changed files with 0 additions and 1 deletions

View File

@ -676,7 +676,6 @@ static void tryLaunchHistoryTask(void* param, void* tmrId) {
if (pHTaskInfo->retryTimes > MAX_RETRY_LAUNCH_HISTORY_TASK) {
int8_t ref = atomic_sub_fetch_32(&pTask->status.timerActive, 1);
taosMemoryFree(pInfo);
streamMetaReleaseTask(pMeta, pTask);
stError("s-task:%s max retry:%d reached, quit from retrying launch related fill-history task timer, ref:%d",