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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via f869a95f3b81d281405e3fc3026e1d0d53174082 (commit)
from 0ddd4b6c25dcb1cf85809b190afd6ac4d95890ea (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/osmo-bts/commit/?id=f869a95f3b81d281405e3fc3026e1d0…
commit f869a95f3b81d281405e3fc3026e1d0d53174082
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 28 18:31:10 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:
src/osmo-bts-sysmo/l1_fwd_main.c | 24 +++++++++++++++++++-----
src/osmo-bts-sysmo/l1_if.c | 24 ++++++++++++++++++++----
2 files changed, 39 insertions(+), 9 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)