summaryrefslogtreecommitdiff
path: root/ext/simplexml/php_simplexml.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-10-25 21:08:33 +0000
committerMarcus Boerger <helly@php.net>2003-10-25 21:08:33 +0000
commit873bcefa5260df5f2a7bb866ae6ca97f1ab86345 (patch)
treeb91b9554c04899c0d7457d9f2b2cce00b3c8e6c3 /ext/simplexml/php_simplexml.h
parent0197d5b916642efb3808b537a9dc10bec4219165 (diff)
downloadphp-git-873bcefa5260df5f2a7bb866ae6ca97f1ab86345.tar.gz
Fix memleaks
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r--ext/simplexml/php_simplexml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h
index ec5ac2671c..8bc0cf55c2 100644
--- a/ext/simplexml/php_simplexml.h
+++ b/ext/simplexml/php_simplexml.h
@@ -62,6 +62,7 @@ typedef struct {
simplexml_ref_obj *document;
xmlHashTablePtr nsmap;
xmlXPathContextPtr xpath;
+ HashTable *properties;
} php_sxe_object;