Do not attempt to free() the application's environment, which is was
authorEric Andersen <andersen@codepoet.org>
Wed, 27 Apr 2005 11:44:11 +0000 (11:44 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 27 Apr 2005 11:44:11 +0000 (11:44 -0000)
commit70a5a1abdedabca165deee2dcbe497c5307db1d0
treeb1a41edfd3a1eb50b918bbdd09e41a0d1c13ee4f
parentfef32b570bbf9226778482e2f3f693b83d4e9c65
Do not attempt to free() the application's environment, which is was
not dynamically allocated.  Instead, use a private variable to store
the environment array, which is used when we exec applications.
networking/ifupdown.c