• Travis Cross's avatar
    Avoid leaking memory while iterating hash tables · acb439ca
    Travis Cross 提交于
    `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.
    acb439ca
名称
最后提交
最后更新
..
mod_cdr_csv 正在载入提交数据...
mod_cdr_mongodb 正在载入提交数据...
mod_cdr_pg_csv 正在载入提交数据...
mod_cdr_sqlite 正在载入提交数据...
mod_erlang_event 正在载入提交数据...
mod_event_multicast 正在载入提交数据...
mod_event_socket 正在载入提交数据...
mod_event_test 正在载入提交数据...
mod_event_zmq 正在载入提交数据...
mod_format_cdr 正在载入提交数据...
mod_json_cdr 正在载入提交数据...
mod_radius_cdr 正在载入提交数据...
mod_rayo 正在载入提交数据...
mod_snmp 正在载入提交数据...