fix mem leak
This commit is contained in:
parent
8e9c59941a
commit
9d2d9aaddd
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue