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
mediastreamer2
Commits
b2dcf257
Commit
b2dcf257
authored
Oct 09, 2012
by
Ghislain MARY
Browse files
Re-initialize ICE check list structure when destroying it.
parent
b6f1b590
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/ice.c
src/ice.c
+1
-0
No files found.
src/ice.c
View file @
b2dcf257
...
...
@@ -376,6 +376,7 @@ void ice_check_list_destroy(IceCheckList *cl)
ms_list_free
(
cl
->
pairs
);
ms_list_free
(
cl
->
remote_candidates
);
ms_list_free
(
cl
->
local_candidates
);
memset
(
cl
,
0
,
sizeof
(
IceCheckList
));
ms_free
(
cl
);
}
...
...
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