--- configure.in 2006-01-15 21:31:27.000000000 -0600 +++ configure.in.new 2006-02-26 12:53:23.000000000 -0600 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(jwm, 1.4, joewing@joewing.net) +AC_INIT(jwm, 1.4p1, joewing@joewing.net) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADER([config.h]) --- src/parse.c 2006-02-26 12:48:13.000000000 -0600 +++ src/parse.c.new 2006-02-26 12:48:09.000000000 -0600 @@ -695,7 +695,6 @@ } else { ParseError(tp, "could not execute included program: %s", path); } - Release(path); } else { @@ -710,7 +709,6 @@ } else { ParseError(tp, "could not open include: %s", path); } - Release(path); }