diff --git a/src/Mst.cpp b/src/Mst.cpp index 5dc8d87..dfddbe1 100644 --- a/src/Mst.cpp +++ b/src/Mst.cpp @@ -877,6 +877,7 @@ int Mst::saveXML(const TCHAR *filename) const } int ret = saveXML(f_xml); fclose(f_xml); + // TODO: Delete the XML file on error? return ret; }