(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 b702b1f3fd
commit 65019bdf72

View File

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