aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-10-26 23:44:57 +0000
committergoodale <goodale@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-10-26 23:44:57 +0000
commitcf53f20c9dd482970e916156cac6ccc5599791dc (patch)
tree67b28fe03736e46d9a1bd2934d674f2a366b7306
parent68ae55320640190ca4d62c485dd655892c388b89 (diff)
Various things pointed out by running Insure on the code. Normally
harmless things like not returning a value, but a rather subtle memory leak in one place too. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@44 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
-rw-r--r--src/ParamChecker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ParamChecker.c b/src/ParamChecker.c
index ff1de4b..78409cd 100644
--- a/src/ParamChecker.c
+++ b/src/ParamChecker.c
@@ -9,6 +9,7 @@
@@*/
#include <stdio.h>
+#include <stdlib.h>
#include "cctk.h"
#include "cctk_arguments.h"