Closed tiny memory leak found by valgrind

This commit is contained in:
Thomas Schmitt 2011-05-01 14:45:22 +00:00
parent f895077c3c
commit a058e24375
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.04.09.090001"
#define Cdrskin_timestamP "2011.05.01.144546"

View File

@ -177,6 +177,8 @@ void burn_finish(void)
sg_shutdown(0);
burn_drive_clear_whitelist();
burn_running = 0;
}