X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.c;h=54f417d33e6000f3ea649dbd8407cae9bab9589d;hb=0c8683b53b368988cd8af18665ec5f105675c7ef;hp=608e82e120ead43601ffdd13355a68efd03b9045;hpb=3ba8afd8c058bfd2a62b3fb73699a824537fc322;p=xboard.git diff --git a/xgamelist.c b/xgamelist.c index 608e82e..54f417d 100644 --- a/xgamelist.c +++ b/xgamelist.c @@ -479,6 +479,8 @@ GameListPopUp(fp, filename) if (glc == NULL) { glc = (GameListClosure *) calloc(1, sizeof(GameListClosure)); glc->x = glc->y = -1; + glc->filename = NULL; + glc->shell = NULL; } GameListPrepare(False); // [HGM] filter: code put in separate routine @@ -488,7 +490,6 @@ GameListPopUp(fp, filename) if (glc->filename != NULL) free(glc->filename); glc->filename = StrSave(filename); - if (glc->shell == NULL) { glc->shell = GameListCreate(filename, GameListCallback, glc); } else {