X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gamelist.c;h=dfc4fbc8e5123f1f06e8bf8c53d87674d97ccc7d;hb=4a8f93572feb1fc3571887ceecc14d8caac3ced0;hp=7775a9992164d7c215e22214964301fabc50f07b;hpb=13e03bda5c89c4457bc599bae34110b6bc76aba5;p=xboard.git diff --git a/gamelist.c b/gamelist.c index 7775a99..dfc4fbc 100644 --- a/gamelist.c +++ b/gamelist.c @@ -1,7 +1,7 @@ /* * gamelist.c -- Functions to manage a gamelist * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -317,10 +317,6 @@ void ClearGameInfo(gameInfo) if (gameInfo->outOfBook != NULL) { free(gameInfo->outOfBook); } - if (gameInfo->resultDetails != NULL) { - free(gameInfo->resultDetails); - } - GameListInitGameInfo(gameInfo); }