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
933a75d8
Commit
933a75d8
authored
Oct 30, 2015
by
Simon Morlat
Browse files
fix crash when the liblinphone_tester is executed several time in the same process
parent
5948c2e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mediastreamer2
mediastreamer2
+1
-1
tester/tester.c
tester/tester.c
+1
-0
No files found.
mediastreamer2
@
95cbe2f5
Subproject commit
304b07fbe4fb681cf32d32cb124076d00ffde335
Subproject commit
95cbe2f55a5802d3260a44b8ec28443a2e2e7940
tester/tester.c
View file @
933a75d8
...
...
@@ -533,6 +533,7 @@ void liblinphone_tester_uninit(void) {
if
(
all_leaks_buffer
)
{
bc_tester_printf
(
bc_printf_verbosity_info
,
all_leaks_buffer
);
ms_free
(
all_leaks_buffer
);
all_leaks_buffer
=
NULL
;
}
bc_tester_uninit
();
}
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