summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2016-11-21 21:04:39 +0100
committerTorbjorn Granlund <tg@gmplib.org>2016-11-21 21:04:39 +0100
commitbcf3a981a50eb14e27103bbbf32c0ae3ff2ea131 (patch)
tree89786590afae33bca3ce935341e7b884d1807851 /acinclude.m4
parent15d489a06687de041bea85663e062040120c1892 (diff)
downloadgmp-bcf3a981a50eb14e27103bbbf32c0ae3ff2ea131.tar.gz
(mpn_lshift_com optimization 2): Free allocated memory.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index e470cd685..97e234d9e 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -753,6 +753,7 @@ main ()
if (r[2048] != 0 || r[2049] != 0 || r[2050] != 0 || r[2051] != 0 ||
r[2052] != 0 || r[2053] != 0 || r[2054] != 0)
abort ();
+ free (r);
return 0;
}
#else