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:
48bd505
)
Yet another resource leak. Coverity ID 123.
author
Ben Laurie
<ben@openssl.org>
Sat, 7 Apr 2007 13:20:09 +0000
(13:20 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sat, 7 Apr 2007 13:20:09 +0000
(13:20 +0000)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 048f732474adc4128b2856d14b6074ab1cdb92e1..9d7c472be2ec525d28d19a693faaa7de2a21c912 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-2662,6
+2662,7
@@
static int do_multi(int multi)
fclose(f);
}
+ free(fds);
return 1;
}
#endif