fixed unlock not closed file stream

This commit is contained in:
Pawel Kolodziejski
2009-04-05 15:43:26 +00:00
parent be3ddd600c
commit dfd0a6363b
+1
View File
@@ -2965,6 +2965,7 @@ static void GetSaveGameImage() {
error("Could not restore screenshot from file!");
}
savedState->endSection();
delete savedState;
printf("GetSaveGameImage() finished.\n");
}