X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/6fe1c267d914edfb7b0d677324a3b1883df1ed9f..7df9dd832a325848a509b8a6ab4036c1ea96971c:/projects/stargazer/plugins/other/smux/smux.cpp diff --git a/projects/stargazer/plugins/other/smux/smux.cpp b/projects/stargazer/plugins/other/smux/smux.cpp index d3f5bbdb..99c65b8c 100644 --- a/projects/stargazer/plugins/other/smux/smux.cpp +++ b/projects/stargazer/plugins/other/smux/smux.cpp @@ -258,7 +258,10 @@ while(running) { SMUX_PDUs_t * pdus = RecvSMUXPDUs(sock); if (pdus) + { DispatchPDUs(pdus); + ASN_STRUCT_FREE(asn_DEF_SMUX_PDUs, pdus); + } } if (!running) break;