• 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_alsa 正在载入提交数据...
mod_dingaling 正在载入提交数据...
mod_gsmopen 正在载入提交数据...
mod_h323 正在载入提交数据...
mod_khomp 正在载入提交数据...
mod_loopback 正在载入提交数据...
mod_opal 正在载入提交数据...
mod_portaudio 正在载入提交数据...
mod_reference 正在载入提交数据...
mod_rtc 正在载入提交数据...
mod_rtmp 正在载入提交数据...
mod_skinny 正在载入提交数据...
mod_skypopen 正在载入提交数据...
mod_sofia 正在载入提交数据...
mod_unicall 正在载入提交数据...
mod_verto 正在载入提交数据...