X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fmodel-checker.c;h=02ae9e733b268cc4234787bb5f760df36aadf071;hb=39946d1d741114c465cbf7e0976a63bda839bcd0;hp=e0a0f71a62706891145c01966d4dacff94530d53;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;p=pspp diff --git a/src/libpspp/model-checker.c b/src/libpspp/model-checker.c index e0a0f71a62..02ae9e733b 100644 --- a/src/libpspp/model-checker.c +++ b/src/libpspp/model-checker.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2010, 2011, 2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1743,7 +1743,7 @@ finish_mc (struct mc *mc) /* Free memory. */ mc_path_destroy (&mc->path); ds_destroy (&mc->path_string); - free (mc->options); + mc_options_destroy (mc->options); free (mc->queue); free (mc->hash); }