From 12553aacf34dadd279faf87ae1655eb0b1be8fdf Mon Sep 17 00:00:00 2001
From: huangxin <huangxin@cmhi.chinamobile.com>
Date: Sat, 3 Dec 2022 18:02:47 +0800
Subject: [PATCH] =?UTF-8?q?OCT=201.=20=E4=BF=AE=E5=A4=8D=E5=8D=8F=E8=AE=AE?=
 =?UTF-8?q?=E6=8B=BC=E8=A3=85=E5=90=8E=E5=86=85=E5=AD=98=E6=B8=85=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 srcs/open_dhcp/query.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcs/open_dhcp/query.cpp b/srcs/open_dhcp/query.cpp
index c26b251..043572c 100644
--- a/srcs/open_dhcp/query.cpp
+++ b/srcs/open_dhcp/query.cpp
@@ -119,6 +119,7 @@ static void sendUserList(data19 *req, const char *pRequest) {
 
     cJSON_Delete(pRoot);
     //cJSON_Delete(pRspMsg);
+    free((void *)pStrPro);
 
     req->bytes = (int)(fp - req->dp);
 }