osmo-msc/openbsc/src
Holger Hans Peter Freyther 29d58b734d sms: Attempt to plug memory leaks seen at Rhizomatica
Using the talloc leak report we see that there are some msgb's
that are allocated for SMS but we don't have transactions or
SMS around. We need to improve the name of the messages to
uniquely dscribe where they are from but the obvious leak does
occur in this routine.

The no available transaction id is most likely the case where
we leak memory. This should not occur and shows another issue
with the smsqueue/smpp handling. It doesn't explain the subscr
reference count issue either.

Extract of the leak report:

  GSM 04.11                      contains   1160 bytes in   1 blocks (ref 0) 0x2517dc0
  GSM 04.11                      contains   1160 bytes in   1 blocks (ref 0) 0x24b56e0
  GSM 04.11                      contains   1160 bytes in   1 blocks (ref 0) 0x23e7930
2015-08-12 13:38:22 +02:00
..
gprs sgsn: Simplify finding/using the first address of the result 2015-06-02 09:51:32 +02:00
ipaccess adopt recent IPA related symbol rename 2014-08-20 23:47:56 +02:00
libbsc paging: Go through all BTS to stop paging 2015-08-03 12:02:14 +02:00
libcommon filter: Move from DNAT to DFILTER category 2015-05-03 22:03:39 +02:00
libfilter build: avoid spurious hard dependency on libosmo-sccp 2015-06-19 20:58:35 +02:00
libgb Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
libmgcp mgcp: Move assignment of src_codec downwards 2015-04-28 09:40:40 +02:00
libmsc sms: Attempt to plug memory leaks seen at Rhizomatica 2015-08-12 13:38:22 +02:00
libtrau Fix build wrt. missing CFLAGS constituents 2015-06-19 20:56:53 +02:00
osmo-bsc bsc: Rename core_ncc to core_mnc 2015-07-13 11:06:10 +02:00
osmo-bsc_mgcp 64bit: Fix compiler warnings in regard to 64bit 2015-08-03 12:01:44 +02:00
osmo-bsc_nat 64bit: Fix compiler warnings in regard to 64bit 2015-08-03 12:01:44 +02:00
osmo-nitb Fix most compiler warnings with gcc-4.9.2 2015-01-01 12:32:03 +01:00
utils write_queue: Check the result of osmo_wqueue_enqueue and free 2015-03-28 18:13:37 +01:00
Makefile.am filter: Move the gsm 04.08 filter to a common place 2015-05-03 21:42:27 +02:00