mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-17 20:41:33 +00:00
pkbuf leak is fixed
This commit is contained in:
@@ -173,12 +173,10 @@ typedef unsigned @short_value@ c_uint16_t;
|
||||
typedef @int_value@ c_int32_t;
|
||||
typedef unsigned @int_value@ c_uint32_t;
|
||||
|
||||
#define C_SIZEOF_VOIDP @voidp_size@
|
||||
|
||||
typedef @long_value@ c_int64_t;
|
||||
typedef unsigned @long_value@ c_uint64_t;
|
||||
|
||||
#if C_SIZEOF_VOIDP == 8
|
||||
#if SIZEOF_VOIDP == 8
|
||||
typedef c_uint64_t c_uintptr_t;
|
||||
typedef c_int64_t c_intptr_t;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user