diff options
Diffstat (limited to 'src/rc/rc-misc.c')
-rw-r--r-- | src/rc/rc-misc.c | 2 |
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 |