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