K 10 svn:author V 5 harti K 8 svn:date V 27 2005-03-22T07:56:22.000000Z K 7 svn:log V 232 An automatic variable in a local scope is (conceptionally) destroyed with the closing brace so it is unwise to keep a pointer to it. Make the variable static to fix this. Patch: 7.152 Submitted by: Max Okumoto END