X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gamelist.c;h=da123a47554b3f880eb7151b7ca9c1eb561d678e;hb=d9a803f2e64634ff75f89b7e3b0a65ac085f0e36;hp=7775a9992164d7c215e22214964301fabc50f07b;hpb=13e03bda5c89c4457bc599bae34110b6bc76aba5;p=xboard.git diff --git a/gamelist.c b/gamelist.c old mode 100644 new mode 100755 index 7775a99..da123a4 --- a/gamelist.c +++ b/gamelist.c @@ -317,10 +317,6 @@ void ClearGameInfo(gameInfo) if (gameInfo->outOfBook != NULL) { free(gameInfo->outOfBook); } - if (gameInfo->resultDetails != NULL) { - free(gameInfo->resultDetails); - } - GameListInitGameInfo(gameInfo); }