From 3a1262703fd20d2e8288d13d908fb282c77d1793 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 22 Mar 2015 15:04:14 -0500 Subject: Remove the DEBUG_MEMORY macro This fixes #43. --- src/rc/rc-misc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/rc/rc-misc.c') diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c index 82f1b780..85a0db75 100644 --- a/src/rc/rc-misc.c +++ b/src/rc/rc-misc.c @@ -110,11 +110,9 @@ env_filter(void) setenv(env->value, e + 1, 1); } -#ifdef DEBUG_MEMORY rc_stringlist_free(env_list); rc_stringlist_free(env_allow); rc_stringlist_free(profile); -#endif } void -- cgit v1.2.3