chiark / gitweb /
Memory leak fix from Tiago Dionizio: whenever we free the midend's
authorSimon Tatham <anakin@pobox.com>
Mon, 4 Jan 2010 19:14:35 +0000 (19:14 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 4 Jan 2010 19:14:35 +0000 (19:14 +0000)
commit4dfd8512ab278dd9f68475ace818b29e7e7c17af
tree476bfff253a7f8d53d239f885911b25762f82b6f
parent56b421a63295dd8886f4748d1c0a32153e9ff758
Memory leak fix from Tiago Dionizio: whenever we free the midend's
collection of game states, we should also free the move strings from
which they were constructed.

[originally from svn r8805]
midend.c