Travis Cross acb439ca03 Avoid leaking memory while iterating hash tables
`switch_core_hash_first` allocates an iterator on each call that is
never freed except when the hash table is empty.

By using `switch_core_hash_first_iter` we allocate only one iterator,
and that iterator is freed after the last item is processed.
2014-08-30 03:49:51 +00:00
2014-07-22 15:19:52 -05:00
2014-08-26 20:18:22 +00:00
2014-07-19 18:06:01 +02:00
2014-07-17 21:15:53 +00:00
2014-08-01 14:47:38 -05:00
2014-07-17 21:15:53 +00:00
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses 355 MiB
Languages
C 65.2%
C++ 20.8%
JavaScript 4.7%
Assembly 2%
Makefile 1.1%
Other 5.4%