(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
1 changed files with 1 additions and 1 deletions

View File

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