[TD-2885]<fix>: fix memory leak.
This commit is contained in:
parent
d9baeab1fa
commit
98fd89a566
|
@ -217,6 +217,8 @@ void cqClose(void *handle) {
|
|||
|
||||
taosRemoveRef(cqObjRef, rid);
|
||||
}
|
||||
|
||||
tfree(pContext);
|
||||
}
|
||||
|
||||
void cqStart(void *handle) {
|
||||
|
|
Loading…
Reference in New Issue