Ilia,
the memory leak was in ext/xlst/sablot.c:1728 -> error_print.
If there are problems accross platforms we should address that in the
output, but this isn't testing that function.
On the other hand it's in general error handling. It's required to free
the previous error, when registering a ne
iliaa Wed Oct 23 22:40:02 2002 EDT
Modified files:
/php4/ext/xslt/tests009.phpt
Log:
Various corrections aimed at making the test's results consistent across
all enviroments.
Index: php4/ext/xslt/tests/009.phpt
diff -u php4/ext/xslt/tests/009.phpt
msopacuaWed Oct 23 18:21:39 2002 EDT
Modified files:
/php4/ext/xslt/tests009.phpt
Log:
suddenly, there was a newline
Index: php4/ext/xslt/tests/009.phpt
diff -u php4/ext/xslt/tests/009.phpt:1.2 php4/ext/xslt/tests/009.phpt:1.3
--- php4/ext/xsl
msopacuaSun Oct 6 19:58:49 2002 EDT
Added files:
/php4/ext/xslt/tests009.phpt
Log:
(xslt tests) Add test for memory leaks, caused by inapproreate use of
the struct. Memory leak is caused by at least 2 errors on
han