On Fri, 21 Dec 2001, Gerhard Wannemacher wrote: > I use the Perl package HTML::Template and found an memory leak > in 'param'. I don't know any problems with unshift(@_,....), but > there is anyone. You can test it with foo.pl: with the original > version of HTML::Template the memory increases, but with the > patched one (I copy @_ into another list) there is no increasing > memory.
Interesting. What version of Perl? What operating system? People have reported a number of times that HTML::Template leaks under 5.005_03 but I've never been able to replicate it... Maybe this is it! Can you show me a small test script and test template that demonstrates the problem? > Let me know, if my patch is correct with your implementation. Send the patch and I'll take a look! Thanks, -sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
