Added missing commit to normal end of program

This commit is contained in:
Thomas Schmitt 2007-11-11 15:43:04 +00:00
parent e5f9c2a28e
commit d20b78c66c
2 changed files with 4 additions and 1 deletions

View File

@ -6377,6 +6377,9 @@ int Xorriso_main(int argc, char **argv)
}
end_sucessfully:;
Xorriso_process_msg_queues(xorriso, 0);
if(xorriso->volset_change_pending)
Xorriso_option_end(xorriso, 0);
Xorriso_process_msg_queues(xorriso, 0);
Xorriso_destroy(&xorriso,0);
exit(0);
}

View File

@ -1 +1 @@
#define Xorriso_timestamP "2007.11.11.112321"
#define Xorriso_timestamP "2007.11.11.154453"