]> git.sesse.net Git - xml-template/blobdiff - php5-swig/attribute.php
Do weird dances to get php5-swig garbage collection going. Something tells me this...
[xml-template] / php5-swig / attribute.php
index d63cf69c23ab1ac0c5ec4fe059cf272314f0e774..003cf2b68b5c7e19792eb749e55449b21ab0d30a 100644 (file)
@@ -10,5 +10,5 @@ $doc = XML_Template_process_file('../xml/clone.xml', array(
                array( 'li' => 'Warm, woolen mittens',  'li/class' => 'even' )
        )
 ), true);
-output_to_fd_and_free($doc, 1);
+output_to_fd($doc, 1);
 ?>