Changeset - r14976:db3faf2d3055
[Not reviewed]
master
0 1 0
frosch - 14 years ago 2010-04-10 13:00:34
frosch@openttd.org
(svn r19597) -Fix: Removing NewGRFs from the GUI list leaked.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_gui.cpp
Show inline comments
 
@@ -721,7 +721,7 @@ struct NewGRFWindow : public Window {
 

	
 
					if (c == this->sel) {
 
						*pc = c->next;
 
						free(c);
 
						delete c;
 
						break;
 
					}
 
				}
0 comments (0 inline, 0 general)