From fb04876ca457939318c20d66af1663a2ff6a8e2f Mon Sep 17 00:00:00 2001 From: liuxueli Date: Thu, 20 May 2021 09:18:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8A=E6=94=BE=E4=B8=BAGTP=E4=BF=A1?= =?UTF-8?q?=E4=BB=A4=E7=94=B3=E8=AF=B7=E7=9A=84=E5=86=85=E5=AD=98=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=86=85=E5=AD=98=E6=B3=84=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_gtp_signaling.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tsg_gtp_signaling.cpp b/src/tsg_gtp_signaling.cpp index c721e29..9cfab94 100644 --- a/src/tsg_gtp_signaling.cpp +++ b/src/tsg_gtp_signaling.cpp @@ -97,6 +97,9 @@ void free_gtp_signaling_field(void *data) } } + free(data); + data=NULL; + return ; }