Skip to content
Snippets Groups Projects
Commit 1c5bd25d authored by Niels Möller's avatar Niels Möller
Browse files

(simple_random): Free buffer when done.

Rev: nettle/examples/io.c:1.3
parent e885b528
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,8 @@ simple_random(struct yarrow256_ctx *ctx, const char *name)
yarrow256_seed(ctx, length, buffer);
free(buffer);
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment