enh/TD-31977-monitor-qid-fix-case
This commit is contained in:
parent
91de670062
commit
f18926bf0d
|
@ -618,6 +618,7 @@ static void httpHandleReq(SHttpMsg* msg) {
|
|||
cli->chanId = chanId;
|
||||
cli->addr = msg->server;
|
||||
cli->port = msg->port;
|
||||
if (msg->qid != NULL) taosMemoryFree(msg->qid);
|
||||
taosMemoryFree(msg->uri);
|
||||
taosMemoryFree(msg);
|
||||
|
||||
|
|
Loading…
Reference in New Issue