Fix a memory leak.

[originally from svn r4239]
This commit is contained in:
Simon Tatham
2004-05-22 13:07:23 +00:00
parent 61f08e7634
commit fc862ce0f2

1
rect.c
View File

@ -1357,6 +1357,7 @@ void game_redraw(frontend *fe, game_drawstate *ds, game_state *oldstate,
sfree(vedge);
}
sfree(corners);
sfree(correct);
}