chiark / gitweb /
Yikes! I've only just noticed that this copy of tree234.c was still
authorSimon Tatham <anakin@pobox.com>
Wed, 12 Oct 2005 17:57:40 +0000 (17:57 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 12 Oct 2005 17:57:40 +0000 (17:57 +0000)
commit2bef4dfb50ec69cff1bc0569b76a7eb10115f576
treed80bf91eec01fd593e807cf5930813155d31faad
parent7e57366a576831d80d28d0426ff07ad7d8ee0359
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.

[originally from svn r6388]
tree234.c