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
belle-sip
Commits
aa36b275
Commit
aa36b275
authored
Jan 16, 2018
by
Mickaël Turnel
Browse files
Fix memory leak
parent
f8e6e0f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tester/resolve.c
View file @
aa36b275
...
...
@@ -42,6 +42,9 @@ static void resolver_callback(void *data, const char *queried_name, struct addri
printf
(
"
\t
%s %s (ttl:%u)
\n
"
,
name
,
port
,
ttl
);
}
}
if
(
ai_list
){
bctbx_freeaddrinfo
(
ai_list
);
}
belle_sip_main_loop_quit
(
belle_sip_stack_get_main_loop
(
stack
));
}
...
...
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