sounds_free in free_last

This commit is contained in:
p.kosyh 2009-11-06 20:08:12 +00:00
parent 3d80b6f970
commit 3640fc0c4b

View file

@ -588,6 +588,8 @@ void free_last_music(void)
last_music = NULL; last_music = NULL;
} }
static void sounds_free(void);
void free_last(void) void free_last(void)
{ {
if (last_pict) if (last_pict)
@ -596,15 +598,13 @@ void free_last(void)
free(last_title); free(last_title);
last_pict = last_title = NULL; last_pict = last_title = NULL;
game_stop_mus(500); game_stop_mus(500);
sounds_free();
} }
static void sounds_free(void);
void game_done(int err) void game_done(int err)
{ {
int i; int i;
sounds_free();
gfx_del_timer(timer_han); gfx_del_timer(timer_han);
timer_han = NULL; timer_han = NULL;