asterisk/bridges
Matthew Jordan 41e4282751 Fix memory leaks in stasis_channels and bridge_native_rtp
This patch fixes two memory leaks:
 * A memory leak in packing channels into a multi-channel blob payload when
   publishing dial messages. The multi-channel blob payload does not steal
   the references - this approach was chosen because it works well with the
   RAII_VAR macro. Unfortunately, this does mean that you actually have to use
   the RAII_VAR macro (or manually deref it yourself)
 * RTP instances returned as a result of one of the glue operations are ref
   counted and have to be de-ref'd appropriately. We now do that, as saying
   that we should do it and then not would be silly.




git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@391479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-06-12 02:13:31 +00:00
..
Makefile Title update 2012-10-14 21:56:13 +00:00
bridge_builtin_features.c Reimplement bridging and DTMF features related channel variables in the bridging core. 2013-06-06 22:46:54 +00:00
bridge_builtin_interval_features.c Remove remaining traces of remove_on_pull from hooks and hook APIs. 2013-06-05 19:19:48 +00:00
bridge_holding.c Merge in the bridge_construction branch to make the system use the Bridging API. 2013-05-21 18:00:22 +00:00
bridge_native_rtp.c Fix memory leaks in stasis_channels and bridge_native_rtp 2013-06-12 02:13:31 +00:00
bridge_simple.c Merge in the bridge_construction branch to make the system use the Bridging API. 2013-05-21 18:00:22 +00:00
bridge_softmix.c Fix a crash when a bridge switches from the softmix bridge technology to another. 2013-06-08 05:18:22 +00:00