• 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 正在载入提交数据...
Makefile.am 正在载入提交数据...
credis.c 正在载入提交数据...
credis.h 正在载入提交数据...
mod_redis.2008.vcproj 正在载入提交数据...
mod_redis.2010.vcxproj 正在载入提交数据...
mod_redis.2012.vcxproj 正在载入提交数据...
mod_redis.c 正在载入提交数据...