diff options
Diffstat (limited to 'math/dieharder/files/patch-dieharder__output.c')
-rw-r--r-- | math/dieharder/files/patch-dieharder__output.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/dieharder/files/patch-dieharder__output.c b/math/dieharder/files/patch-dieharder__output.c new file mode 100644 index 000000000000..80eca53cb67f --- /dev/null +++ b/math/dieharder/files/patch-dieharder__output.c @@ -0,0 +1,10 @@ +--- dieharder/output.c.orig 2009-12-27 13:32:54.000000000 -0500 ++++ dieharder/output.c 2009-12-27 14:32:35.000000000 -0500 +@@ -614,6 +614,7 @@ + printf("\n"); + printf("#=============================================================================#\n"); + fflush(stdout); ++ free(bin); + + } + |