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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 3de97e192688b75a24077bb7072030f4a4dc5ef3 (commit)
from e9e5f8e4e9aa3fdce06d144381d9621552476387 (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/libosmocore/commit/?id=3de97e192688b75a24077bb70720…
commit 3de97e192688b75a24077bb7072030f4a4dc5ef3
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Nov 2 10:37:58 2016 +0100
Add logging and testing for FSM deallocation
osmo_fsm_inst_alloc() logs allocation but osmo_fsm_inst_free() is
silent. Fix this by adding log message for deallocation to make FSM
lifecycle tracking easier. Also make sure it's covered by test suite.
Change-Id: I7e5b55a1fff8e36cf61c7fb61d3e79c1f00e29d2
-----------------------------------------------------------------------
Summary of changes:
src/fsm.c | 1 +
tests/fsm/fsm_test.c | 9 +++++----
2 files changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications