osmo-msc/src/libsmpputil
Keith Whyte c54ce6a4b5 SMPP: Fix Memory leaks
Whenever we call build_tlv() we must
call destroy_tlv() after we are finished with it.

Similarly, smpp34_unpack() makes calls to smpp34_malloc()
and these need to be free'd by us later.

Change-Id: Ic2abcbe78cf7cf7b6ce36fe09aa9b4f8daee973f
2023-07-21 21:11:14 +01:00
..
Makefile.am Introduce libsmpputil 2022-08-05 22:12:09 +07:00
smpp_msc.c SMPP: Fix Memory leaks 2023-07-21 21:11:14 +01:00
smpp_smsc.c SMPP: Fix Memory leaks 2023-07-21 21:11:14 +01:00
smpp_utils.c Introduce libsmpputil 2022-08-05 22:12:09 +07:00
smpp_vty.c SMPP: use proper type for boolean variables 2023-01-17 09:15:54 +00:00