Yikes! I've only just noticed that this copy of tree234.c was still
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 12 Oct 2005 17:57:40 +0000 (17:57 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 12 Oct 2005 17:57:40 +0000 (17:57 +0000)
commit240555722931333cd586acec26e649e1fb8d6600
treed80bf91eec01fd593e807cf5930813155d31faad
parent3473ad8f480d12db25ce0604c31276b838a6752a
Yikes! I've only just noticed that this copy of tree234.c was still
using unwrappered malloc/free, leaving plenty of openings for out-
of-memory segfaults. Switch to using Puzzles's memory management,
which I should have done right at the start but can only assume I
forgot about.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6388 cda61777-01e9-0310-a592-d414129be87e
tree234.c