osmo-msc/openbsc/src/utils
Holger Hans Peter Freyther fd603ed9e2 write_queue: Check the result of osmo_wqueue_enqueue and free
The write_queue is designed to have a maximum amount of pending
messages and will refuse to take new messages when it has been
reached. The caller can decide if it wants to flush the queue
and add the message again, create a log. But in all cases the
ownership of the msgb has not been transferred. Fix the potential
memory leak in the failure situation.
2015-03-28 18:13:37 +01:00
..
Makefile.am meas: Unbreak the build once more 2015-01-10 09:54:30 +01:00
bs11_config.c src: port openBSC over libosmo-abis 2011-08-19 22:38:35 +02:00
isdnsync.c isdnsync: Remove a double close of the isdn device 2013-07-03 10:17:37 +02:00
meas_db.c meas_feed: Add tool to read meas_feed PCAP and write it to sqlite3 2015-01-01 13:03:03 +01:00
meas_db.h meas_feed: Add tool to read meas_feed PCAP and write it to sqlite3 2015-01-01 13:03:03 +01:00
meas_pcap2db.c meas_pcap2db.c: Fix build without CDK 2015-01-05 14:13:16 +01:00
meas_udp2db.c meas_feed: add osmo-meas-udp2db for realtime feed into database 2015-01-01 13:03:03 +01:00
meas_vis.c meas_vis: Add header and print TA + TO values 2015-01-01 13:03:03 +01:00
smpp_mirror.c write_queue: Check the result of osmo_wqueue_enqueue and free 2015-03-28 18:13:37 +01:00