• 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
名称
最后提交
最后更新
..
conf/autoload_configs 正在载入提交数据...
gateway 正在载入提交数据...
test_iks 正在载入提交数据...
test_nlsml 正在载入提交数据...
test_srgs 正在载入提交数据...
Makefile.am 正在载入提交数据...
iks_helpers.c 正在载入提交数据...
iks_helpers.h 正在载入提交数据...
mod_rayo.c 正在载入提交数据...
mod_rayo.h 正在载入提交数据...
nlsml.c 正在载入提交数据...
nlsml.h 正在载入提交数据...
rayo_components.c 正在载入提交数据...
rayo_components.h 正在载入提交数据...
rayo_cpa_component.c 正在载入提交数据...
rayo_cpa_component.h 正在载入提交数据...
rayo_cpa_detector.c 正在载入提交数据...
rayo_cpa_detector.h 正在载入提交数据...
rayo_elements.c 正在载入提交数据...
rayo_elements.h 正在载入提交数据...
rayo_fax_components.c 正在载入提交数据...
rayo_input_component.c 正在载入提交数据...
rayo_output_component.c 正在载入提交数据...
rayo_prompt_component.c 正在载入提交数据...
rayo_record_component.c 正在载入提交数据...
sasl.c 正在载入提交数据...
sasl.h 正在载入提交数据...
srgs.c 正在载入提交数据...
srgs.h 正在载入提交数据...
test.h 正在载入提交数据...
xmpp_errors.def 正在载入提交数据...
xmpp_streams.c 正在载入提交数据...
xmpp_streams.h 正在载入提交数据...