Skip to content
Snippets Groups Projects
Commit 4080a053 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

ice: register thread


Change-Id: Ia9e6bfe6623b5198e6485fea99068005ee55559a
Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
parent e2a4ec8e
Branches
Tags
No related merge requests found
......@@ -1136,6 +1136,7 @@ IceTransportFactory::IceTransportFactory()
, pool_(nullptr, [](pj_pool_t* pool) { sip_utils::register_thread(); pj_pool_release(pool); })
, ice_cfg_()
{
sip_utils::register_thread();
pj_caching_pool_init(&cp_, NULL, 0);
pool_.reset(pj_pool_create(&cp_.factory, "IceTransportFactory.pool",
512, 512, NULL));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment