From 20e0d336c7d1e28f40d663752e73ce4778d7c491 Mon Sep 17 00:00:00 2001 From: dapan1121 Date: Sat, 7 May 2022 08:47:52 +0800 Subject: [PATCH] fix memory leak issue --- source/libs/executor/src/executorimpl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libs/executor/src/executorimpl.c b/source/libs/executor/src/executorimpl.c index 10d5e717bd..dc0070cbee 100644 --- a/source/libs/executor/src/executorimpl.c +++ b/source/libs/executor/src/executorimpl.c @@ -2826,7 +2826,6 @@ void relocateColumnData(SSDataBlock* pBlock, const SArray* pColMatchInfo, SArray } if (p->info.colId == pmInfo->colId) { - colDataDestroy(taosArrayGet(pBlock->pDataBlock, pmInfo->targetSlotId)); taosArraySet(pBlock->pDataBlock, pmInfo->targetSlotId, p); i++; j++;