Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
a5c315cd
Unverified
Commit
a5c315cd
authored
May 01, 2019
by
Sébastien Blin
Browse files
turn: do not destroy turn if already destroying
Change-Id: I96ab7002326dd22d064090219f35cabbeb4c2567
parent
7001337a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/turn_transport.cpp
View file @
a5c315cd
...
...
@@ -186,7 +186,7 @@ public:
TurnTransportPimpl
::~
TurnTransportPimpl
()
{
if
(
relay
)
{
if
(
relay
&&
state
.
load
()
!=
RelayState
::
DOWN
)
{
try
{
pj_turn_sock_destroy
(
relay
);
}
catch
(...)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment