Skip to content
Snippets Groups Projects
Commit 0b6c1eb0 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

missing fclose

parent c716600d
Branches
Tags
No related merge requests found
...@@ -170,6 +170,7 @@ bool PViewData::writePOS(std::string fileName, bool binary, bool parsed, bool ap ...@@ -170,6 +170,7 @@ bool PViewData::writePOS(std::string fileName, bool binary, bool parsed, bool ap
} }
fprintf(fp, "};\n"); fprintf(fp, "};\n");
fclose(fp);
return true; return true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment