projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
907e996
)
Free memory. Coverity ID 62.
author
Ben Laurie
<ben@openssl.org>
Thu, 5 Apr 2007 15:45:22 +0000
(15:45 +0000)
committer
Ben Laurie
<ben@openssl.org>
Thu, 5 Apr 2007 15:45:22 +0000
(15:45 +0000)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 30736c93d3db10bb0800bc238bc7378526971345..048f732474adc4128b2856d14b6074ab1cdb92e1 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-2510,6
+2510,7
@@
static int do_multi(int multi)
close(fd[1]);
mr=1;
usertime=0;
+ free(fds);
return 0;
}
printf("Forked child %d\n",n);