enh/TD-31977-monitor-qid-fix-case

This commit is contained in:
dmchen 2024-09-12 01:35:22 +00:00
parent 91de670062
commit f18926bf0d
1 changed files with 1 additions and 0 deletions

View File

@ -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);