aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2006-09-04 13:51:42 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2006-09-04 13:51:42 +0000
commit6593d63390bf4493aac9bbd1f530a152b71d567c (patch)
treeb0317bae331770e65db9b45178784d47ff227737
parentad8d1db68f8e6946a7d93d206f9e434663386607 (diff)
Fixed a small memory leak in evaluation of option strings of I/O parameters.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@248 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--src/CheckpointRecovery.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CheckpointRecovery.c b/src/CheckpointRecovery.c
index ba32fb7..93bad2a 100644
--- a/src/CheckpointRecovery.c
+++ b/src/CheckpointRecovery.c
@@ -1085,7 +1085,6 @@ static void SetInputFlag (int vindex, const char *optstring, void *flags)
}
/* warn about other options */
- iterator = Util_TableItCreate (table);
for (iterator = Util_TableItCreate (table);
Util_TableItQueryIsNonNull (iterator) > 0 &&
Util_TableItQueryKeyValueInfo (iterator, sizeof (key), key, 0, 0) >0;