summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew <16061801+brada4@users.noreply.github.com>2019-08-16 13:25:06 +0200
committerAndrew <16061801+brada4@users.noreply.github.com>2019-08-16 13:25:06 +0200
commitb38def13b9b30d7e96bed7b04a02582951351723 (patch)
tree0d3c34eb93eb1a7c49d7081a7cfce751ba883f70 /src
parenttake into account review by @nbraud (diff)
downloadhaveged-b38def13b9b30d7e96bed7b04a02582951351723.tar.xz
haveged-b38def13b9b30d7e96bed7b04a02582951351723.zip
minimize diff
Diffstat (limited to 'src')
-rw-r--r--src/havege.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/havege.c b/src/havege.c
index d2a161e..e271297 100644
--- a/src/havege.c
+++ b/src/havege.c
@@ -201,7 +201,7 @@ void havege_destroy( /* RETURN: none */
double *g = ((procShared *)temp)->G;
hptr->testData = 0;
if (0 != g)
- free(g);
+ free(g);
}
#endif
if (0 != (htemp=hptr->collector)) {