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
39c27405
Commit
39c27405
authored
May 05, 2014
by
Erik Jansson
Browse files
Fix memory leak with auto_restrict_event.
parent
ce63c144
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/protocol/firefly_protocol.c
View file @
39c27405
...
...
@@ -189,6 +189,9 @@ int firefly_channel_open_auto_restrict_event(void *event_arg)
&
chan
->
important_id
);
labcomm_encode_firefly_protocol_channel_request
(
conn
->
transport_encoder
,
&
chan_req
);
FIREFLY_FREE
(
event_arg
);
return
0
;
}
...
...
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