This commit is contained in:
Haojun Liao 2020-08-08 10:55:27 +08:00
parent aea35d6b23
commit 3c27860216
1 changed files with 0 additions and 2 deletions

View File

@ -405,8 +405,6 @@ static SWindowResult *doSetTimeWindowFromKey(SQueryRuntimeEnv *pRuntimeEnv, SWin
newCap = pWindowResInfo->capacity * 1.5;
}
printf("%ld\n", newCap);
char *t = realloc(pWindowResInfo->pResult, newCap * sizeof(SWindowResult));
pRuntimeEnv->summary.internalSupSize += (newCap - pWindowResInfo->capacity) * sizeof(SWindowResult);