fix issue 199: video recording crashed when trying to freeEverything twice
authorsheepluva
Sun, 09 Jul 2017 00:30:17 +0200
changeset 12433 d199a076eff9
parent 12432 e5246ffdbdaa
child 12434 14f6ce8fa8a7
fix issue #199: video recording crashed when trying to freeEverything twice
hedgewars/hwengine.pas
--- a/hedgewars/hwengine.pas	Sun Jul 02 11:31:00 2017 -0400
+++ b/hedgewars/hwengine.pas	Sun Jul 09 00:30:17 2017 +0200
@@ -430,7 +430,6 @@
     if GameType = gmtRecord then
     begin
         RecorderMainLoop();
-        freeEverything(true);
         exit;
     end;
 {$ENDIF}