mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Forgot to remove the old line in the last commit.
This commit is contained in:
parent
803a607983
commit
386879a128
2 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue