]> git.sesse.net Git - xml-template/blobdiff - php5-swig/attribute-empty.php
Do weird dances to get php5-swig garbage collection going. Something tells me this...
[xml-template] / php5-swig / attribute-empty.php
index 3886e7d5316cfdcdc4421574f333b9a8fed62685..98555a24909ac8ee7c8c1e1070581f03a49ae9c4 100644 (file)
@@ -9,5 +9,5 @@ $doc = XML_Template_process_file('../xml/clone.xml', array(
        'color' => 'blue',
        '#things' => array(NULL)
 ), true);
-output_to_fd_and_free($doc, 1);
+output_to_fd($doc, 1);
 ?>