From b480bad19ceaf50070a34d85260041c7aa2ea985 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 18 Aug 2006 04:27:56 +0000 Subject: [PATCH] missing fclose --- Geo/GModelIO.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Geo/GModelIO.cpp b/Geo/GModelIO.cpp index bd643e548e..169022686c 100644 --- a/Geo/GModelIO.cpp +++ b/Geo/GModelIO.cpp @@ -1,4 +1,4 @@ -// $Id: GModelIO.cpp,v 1.21 2006-08-18 02:22:40 geuzaine Exp $ +// $Id: GModelIO.cpp,v 1.22 2006-08-18 04:27:56 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -545,6 +545,7 @@ int GModel::writeMSH(const std::string &name, double version, bool saveAll, fprintf(fp, "$ENDELM\n"); } + fclose(fp); return 1; } -- GitLab