K 10 svn:author V 5 green K 8 svn:date V 27 2000-11-25T02:00:35.000000Z K 7 svn:log V 387 In env_destroy(), it is a bad idea to env_swap(self, 0) to switch back to the original environ unconditionally. The setting of the variable to save the previous environ is conditional; it happens when ENV.e_committed is set. Therefore, don't try to swap the env back unless the previous env has been initialized. PR: bin/22670 Submitted by: Takanori Saneto END