client memory leak
This commit is contained in:
parent
c9fd8d2c7c
commit
2108f69c84
|
@ -27,6 +27,7 @@ void generateClusterReport(ClientMonitor* pMonitor, bool send) {
|
||||||
taos_collector_registry_clear_batch(pMonitor->registry);
|
taos_collector_registry_clear_batch(pMonitor->registry);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
taosMemoryFreeClear(pCont);
|
||||||
}
|
}
|
||||||
|
|
||||||
void reportSendProcess(void* param, void* tmrId) {
|
void reportSendProcess(void* param, void* tmrId) {
|
||||||
|
|
Loading…
Reference in New Issue