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:
d5fdb6a
)
Coverity #1451595: use correct free function.
author
Pauli
<paul.dale@oracle.com>
Sun, 14 Jul 2019 07:53:17 +0000
(17:53 +1000)
committer
Pauli
<paul.dale@oracle.com>
Thu, 11 Jul 2019 19:41:47 +0000
(
05:41
+1000)
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9362)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index a5e9d4430bb7f564c88249333add59ea799d016e..88e0069742b1b553dc28012405c60d1091f4ce8f 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-3638,7
+3638,7
@@
static int do_multi(int multi, int size_num)
close(fd[1]);
mr = 1;
usertime = 0;
- free(fds);
+
OPENSSL_
free(fds);
return 0;
}
printf("Forked child %d\n", n);
@@
-3750,7
+3750,7
@@
static int do_multi(int multi, int size_num)
fclose(f);
}
- free(fds);
+
OPENSSL_
free(fds);
return 1;
}
#endif