mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
11 lines
216 B
C
11 lines
216 B
C
--- ./libdieharder/rgb_operm.c.orig 2011-03-15 06:04:56.000000000 -0400
|
|
+++ ./libdieharder/rgb_operm.c 2011-03-15 06:09:38.000000000 -0400
|
|
@@ -231,6 +231,7 @@
|
|
free(cexpt);
|
|
*/
|
|
|
|
+ free(count);
|
|
return(0);
|
|
|
|
}
|