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 5ec91980ac2224aa1e9bf070a0e382d0d8c2b729 (commit) from 572177063d4cf2416b9f622d5031212204563720 (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=5ec91980ac2224aa1e9bf070a0e38...
commit 5ec91980ac2224aa1e9bf070a0e382d0d8c2b729 Author: Philipp Maier pmaier@sysmocom.de Date: Thu Feb 8 13:15:49 2018 +0100
fsm: do not terminate child FSMs early
The function _osmo_fsm_inst_term() terminates all child FSMs befor it calls fi->fsm_cleanup(). This prevnts the cleanup callback to perform last actions on the child FSMs (e.g. osmo_fsm_inst_unlink_parent()).
move the function call to _osmo_fsm_inst_term_children() below the call to fi->fsm->cleanup().
Change-Id: Ie89d435417306c6bf897274eabc3ed0a46485c26
-----------------------------------------------------------------------
Summary of changes: src/fsm.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org