Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
1c5bd25d
Commit
1c5bd25d
authored
Apr 09, 2010
by
Niels Möller
Browse files
(simple_random): Free buffer when done.
Rev: nettle/examples/io.c:1.3
parent
e885b528
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/io.c
View file @
1c5bd25d
...
...
@@ -167,6 +167,8 @@ simple_random(struct yarrow256_ctx *ctx, const char *name)
yarrow256_seed
(
ctx
,
length
,
buffer
);
free
(
buffer
);
return
1
;
}
...
...
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