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
sds
ssg
Commits
2075c1a3
Commit
2075c1a3
authored
Oct 27, 2016
by
Jonathan Jenkins
Browse files
leak fix
parent
6b2a5c4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ssg.c
View file @
2075c1a3
...
...
@@ -260,6 +260,8 @@ fini:
free
(
sizes
);
free
(
addr_strs
);
free
(
addrs
);
free
(
self_addr_str
);
free
(
sizes_psum
);
return
s
;
}
#endif
...
...
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