aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-misc.c
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2015-03-22 15:04:14 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2016-07-14 16:52:57 -0500
commit3a1262703fd20d2e8288d13d908fb282c77d1793 (patch)
tree9dc39a57e849c7543ea153f59f431669d9b0a666 /src/rc/rc-misc.c
parent20035210bdf5d5729734457f35f5f32a53a5b3ad (diff)
Remove the DEBUG_MEMORY macro
This fixes #43.
Diffstat (limited to 'src/rc/rc-misc.c')
-rw-r--r--src/rc/rc-misc.c2
1 files changed, 0 insertions, 2 deletions
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