Correct mistake when freeing at shutdown

This commit is contained in:
Pere Pujal i Carabantes 2009-06-15 17:01:33 +00:00
parent dbc747b879
commit a0a4438869

View file

@ -193,6 +193,7 @@ void string_shutdown(__attribute__((unused)) magic_api * api)
{
if (string_snd[i] != NULL)
Mix_FreeChunk(string_snd[i]);
i ++;
}
}