--- a/hedgewars/uSound.pas Thu Dec 08 14:44:10 2011 +0400
+++ b/hedgewars/uSound.pas Thu Dec 08 23:30:03 2011 -0500
@@ -487,7 +487,10 @@
exit;
if Mus <> nil then
+ begin
Mix_FreeMusic(Mus);
+ Mus:= nil;
+ end
end;
procedure chVoicepack(var s: shortstring);