fix mem leak

This commit is contained in:
yihaoDeng 2023-08-23 11:49:05 +08:00
parent 8e9c59941a
commit 9d2d9aaddd
1 changed files with 3 additions and 1 deletions

View File

@ -12,8 +12,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "tmisce.h" // clang-format off
#include "transComm.h" #include "transComm.h"
#include "tmisce.h"
// clang-format on
typedef struct { typedef struct {
int32_t numOfConn; int32_t numOfConn;