osmo-mgw/src
Philipp Maier 38533ba9b3 mgcp_ratectr: do not set talloc destructor on library allocated item
The rate counter and stats item groups, which are allocated in
mgcp_ratectr.c are freed using a talloc destructor that is set in the
context of the item we just allocated using the stats / rate counter API
functions. When we do that, we risk overwriting an already existing
talloc destructor. Lets instead implement own free functions and set
those as talloc_destructor from above (trunk and MGCP config)

Change-Id: Ifc5091e9f95cc721e58d1eb2e55b97102c497706
Related: OS#5201
2021-08-09 14:12:51 +02:00
..
libosmo-mgcp mgcp_ratectr: do not set talloc destructor on library allocated item 2021-08-09 14:12:51 +02:00
libosmo-mgcp-client mgcp_client: fix typo Initalize -> Initialize 2021-08-04 08:04:10 +00:00
osmo-mgw mgcp_trunk: use unsigned int instead of int as trunk_nr 2021-07-20 16:34:50 +02:00
Makefile.am Remove libosmo-legacy-mgcp and osmo-bsc-mgcp 2018-09-06 20:39:53 +00:00