Merge pull request #5092 from taosdata/hjxilinx-patch-2

[TD-2885]<fix>: fix memory leak.
This commit is contained in:
haojun Liao 2021-02-02 12:54:36 +08:00 committed by GitHub
commit f23cc290e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ void cqClose(void *handle) {
taosRemoveRef(cqObjRef, rid);
}
freeSCqContext(pContext);
}