• 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 正在载入提交数据...
libamf 正在载入提交数据...
Makefile.am 正在载入提交数据...
mod_rtmp.2012.vcxproj 正在载入提交数据...
mod_rtmp.c 正在载入提交数据...
mod_rtmp.h 正在载入提交数据...
mod_rtmp_2008.vcproj 正在载入提交数据...
mod_rtmp_2010.vcxproj 正在载入提交数据...
rtmp.c 正在载入提交数据...
rtmp_sig.c 正在载入提交数据...
rtmp_tcp.c 正在载入提交数据...