Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
1c5bd25d
Commit
1c5bd25d
authored
Apr 09, 2010
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(simple_random): Free buffer when done.
Rev: nettle/examples/io.c:1.3
parent
e885b528
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
examples/io.c
examples/io.c
+2
-0
No files found.
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
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