commit | 70a5a1abdedabca165deee2dcbe497c5307db1d0 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Apr 27 11:44:11 2005 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Apr 27 11:44:11 2005 +0000 |
tree | b1a41edfd3a1eb50b918bbdd09e41a0d1c13ee4f | |
parent | fef32b570bbf9226778482e2f3f693b83d4e9c65 [diff] |
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.