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

missing fclose

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