chiark / gitweb /
Fix a memory management bug in Filling: in some situations its
authorSimon Tatham <anakin@pobox.com>
Sat, 13 Apr 2013 10:37:27 +0000 (10:37 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 13 Apr 2013 10:37:27 +0000 (10:37 +0000)
commit339329449f4db72e4754f21c14295303ffe0ea5d
treedf4cb872091b730d8af32f9f0b8a258e7442b0cd
parent0b93de904a98f119b1a95d3a53029f1ed4bfb9b3
Fix a memory management bug in Filling: in some situations its
solve_game() was returning its aux parameter un-dupstr()ed, which is
wrong. Also clarified the developer docs on that function to make it
clearer that the returned string should be dynamic.

[originally from svn r9831]
devel.but
filling.c