From 3788a9e87eebcc518f5e927495ed06973f3489aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E4=B8=80=E9=B8=A3?= Date: Wed, 12 Jun 2019 16:34:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=80=A7=E8=83=BD=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=97=B6=E5=8F=91=E7=8E=B0=E7=9A=84=E5=86=85=E5=AD=98?= =?UTF-8?q?=E6=B3=84=E6=BC=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/kni_entry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/entry/src/kni_entry.cpp b/entry/src/kni_entry.cpp index 41ea581..a468be4 100644 --- a/entry/src/kni_entry.cpp +++ b/entry/src/kni_entry.cpp @@ -1045,6 +1045,7 @@ static long keepalive_replay_search_cb(void *data, const uchar *key, uint size, KNI_LOG_ERROR(logger, "Failed at send keepalive replay packet to tfe"); } value->has_replayed = 1; + marsio_buff_free(marsio_handle->instance, &rx_buff, 1, 0, 0); FREE(&replay_packet); return 0; }