Forgot to remove the old line in the last commit.

This commit is contained in:
Brian Feldman 2000-12-05 02:41:01 +00:00
parent 803a607983
commit 386879a128
2 changed files with 0 additions and 2 deletions

View file

@ -178,7 +178,6 @@ env_destroy(ENV *self)
if (self->e_committed)
env_swap(self, 0);
env_swap(self, 0);
SLIST_FOREACH(p, &self->e_head, ee_entries) {
free(p->ee_env);
free(p);

View file

@ -178,7 +178,6 @@ env_destroy(ENV *self)
if (self->e_committed)
env_swap(self, 0);
env_swap(self, 0);
SLIST_FOREACH(p, &self->e_head, ee_entries) {
free(p->ee_env);
free(p);