Fix backup not being deleted on exit.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1299 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2010-02-03 18:07:15 +00:00
parent e96be96ce1
commit 4c40a0a99a
2 changed files with 8 additions and 7 deletions

1
main.c
View File

@@ -835,6 +835,7 @@ void Program_shutdown(void)
// Remove the safety backups, this is normal exit
Delete_safety_backups();
DEBUG("bye",1);
// On libère le buffer de gestion de lignes
free(Horizontal_line_buffer);