projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f013f
)
-m memory leak
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 16 Jul 2012 12:35:55 +0000
(12:35 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 16 Jul 2012 12:35:55 +0000
(12:35 +0000)
src/util/crypto_rsa.c
patch
|
blob
|
history
diff --git
a/src/util/crypto_rsa.c
b/src/util/crypto_rsa.c
index 5045d0085ca729a5f84396d5fa1ea47870f10556..4afda1f6e20ade1b0aba97afda9a73f77c9b4a40 100644
(file)
--- a/
src/util/crypto_rsa.c
+++ b/
src/util/crypto_rsa.c
@@
-1070,7
+1070,9
@@
GNUNET_CRYPTO_rsa_key_create_stop (struct GNUNET_CRYPTO_RsaKeyGenerationContext
GNUNET_break (GNUNET_OK ==
GNUNET_OS_process_wait (gc->gnunet_rsa));
GNUNET_OS_process_destroy (gc->gnunet_rsa);
+ GNUNET_DISK_pipe_close (gc->gnunet_rsa_out);
}
+
if (NULL != gc->filename)
{
if (0 != UNLINK (gc->filename))