Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
0faf3bdf
Commit
0faf3bdf
authored
Dec 16, 2011
by
Guillaume Beraudo
Browse files
Destroy tunnel on linphone core uninit.
parent
bdf17889
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecore.c
View file @
0faf3bdf
...
...
@@ -4148,6 +4148,7 @@ static void linphone_core_uninit(LinphoneCore *lc)
linphone_core_free_payload_types
(
lc
);
ortp_exit
();
linphone_core_set_state
(
lc
,
LinphoneGlobalOff
,
"Off"
);
if
(
lc
->
tunnel
)
linphone_tunnel_destroy
(
lc
->
tunnel
);
}
static
void
set_network_reachable
(
LinphoneCore
*
lc
,
bool_t
isReachable
,
time_t
curtime
){
...
...
Write
Preview
Markdown
is supported
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