From 6593d63390bf4493aac9bbd1f530a152b71d567c Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 4 Sep 2006 13:51:42 +0000 Subject: 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 --- src/CheckpointRecovery.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3