This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via fd603ed9e2f87d05b2261a25e11aceb01814dfbe (commit)
from cf7557a7e756af54350fb9bcf1a19429848a17de (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=fd603ed9e2f87d05b2261a25e11aceb0…
commit fd603ed9e2f87d05b2261a25e11aceb01814dfbe
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 28 18:09:31 2015 +0100
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.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/meas_feed.c | 3 ++-
openbsc/src/libmsc/smpp_smsc.c | 8 +++++++-
openbsc/src/utils/smpp_mirror.c | 8 +++++++-
3 files changed, 16 insertions(+), 3 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)