• 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
名称
最后提交
最后更新
..
Makefile.am 正在载入提交数据...
mod_directory.2008.vcproj 正在载入提交数据...
mod_directory.2010.vcxproj 正在载入提交数据...
mod_directory.2012.vcxproj 正在载入提交数据...
mod_directory.c 正在载入提交数据...
mod_directory.vcproj 正在载入提交数据...