Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Robotlab
firefly
Commits
5639ecd6
Commit
5639ecd6
authored
Apr 04, 2014
by
Tommy Olofsson
Browse files
Removed erroneous error print.
parent
7bb3a2d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/transport/firefly_transport_udp_posix.c
View file @
5639ecd6
...
...
@@ -153,8 +153,6 @@ static void check_llp_free(struct firefly_transport_llp *llp)
firefly_resend_queue_free
(
llp_udp
->
resend_queue
);
free
(
llp_udp
);
free
(
llp
);
}
else
{
printf
(
"Failed to close llp properly!"
);
}
}
...
...
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