Fixed bug dereferencing garbage, causing crash.
[xboard.git] / gamelist.c
old mode 100644 (file)
new mode 100755 (executable)
index 7775a99..da123a4
@@ -317,10 +317,6 @@ void ClearGameInfo(gameInfo)
     if (gameInfo->outOfBook != NULL) {
         free(gameInfo->outOfBook);
     }
-    if (gameInfo->resultDetails != NULL) {
-        free(gameInfo->resultDetails);
-    }
-
     GameListInitGameInfo(gameInfo);
 }