From: simon Date: Wed, 12 Oct 2005 17:57:40 +0000 (+0000) Subject: Yikes! I've only just noticed that this copy of tree234.c was still X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/240555722931333cd586acec26e649e1fb8d6600?ds=inline;hp=240555722931333cd586acec26e649e1fb8d6600 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 ---