freeswitch/src/mod/event_handlers
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-04-02 03:21:37 +05:00
2014-07-09 07:45:55 -05:00
2014-06-24 09:10:34 +08:00
2014-07-22 02:05:32 +05:00
2014-08-22 16:39:52 -05:00
2014-03-20 20:35:58 +00:00