diff options
author | Marcus Boerger <helly@php.net> | 2003-10-25 21:08:33 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-10-25 21:08:33 +0000 |
commit | 873bcefa5260df5f2a7bb866ae6ca97f1ab86345 (patch) | |
tree | b91b9554c04899c0d7457d9f2b2cce00b3c8e6c3 /ext/simplexml/php_simplexml.h | |
parent | 0197d5b916642efb3808b537a9dc10bec4219165 (diff) | |
download | php-git-873bcefa5260df5f2a7bb866ae6ca97f1ab86345.tar.gz |
Fix memleaks
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r-- | ext/simplexml/php_simplexml.h | 1 |
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; |