1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-19 17:57:22 +01:00

fixes #1233 xmlCleanupParser() function is used inappropriately

This commit is contained in:
Vadim Kurland 2010-02-14 20:28:00 +00:00
parent 76dd6e285c
commit 92f99cbea7
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 2529
#define BUILD_NUM 2530

View File

@ -252,6 +252,8 @@ int main( int argc, char *argv[] )
st->save();
delete st;
XMLTools::close();
}