1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 01:19:11 +00:00

(svn r19597) -Fix: Removing NewGRFs from the GUI list leaked.

This commit is contained in:
frosch
2010-04-10 13:00:34 +00:00
parent 42f5e930d5
commit f835f67a39

View File

@@ -721,7 +721,7 @@ struct NewGRFWindow : public Window {
if (c == this->sel) {
*pc = c->next;
free(c);
delete c;
break;
}
}