[TD-2885]<fix>: fix memory leak.

This commit is contained in:
haojun Liao 2021-01-30 22:54:25 +08:00 committed by GitHub
parent d9baeab1fa
commit 98fd89a566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -217,6 +217,8 @@ void cqClose(void *handle) {
taosRemoveRef(cqObjRef, rid); taosRemoveRef(cqObjRef, rid);
} }
tfree(pContext);
} }
void cqStart(void *handle) { void cqStart(void *handle) {