Remove the DEBUG_MEMORY macro

This fixes #43.
This commit is contained in:
William Hubbs
2015-03-22 15:04:14 -05:00
parent 20035210bd
commit 3a1262703f
8 changed files with 12 additions and 43 deletions

View File

@@ -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