summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.c
diff options
context:
space:
mode:
authorBrad LaFountain <rodif_bl@php.net>2002-08-14 05:26:25 +0000
committerBrad LaFountain <rodif_bl@php.net>2002-08-14 05:26:25 +0000
commit7c1d2ff2e45d2930fb08a27f08c3748309e8a7ab (patch)
tree8117fec68e6e7618ed6180ea72a96300120a2314 /ext/soap/php_schema.c
parentb806a8e247e0ff869b4f8f35a9ab9effd2f44a7a (diff)
downloadphp-git-7c1d2ff2e45d2930fb08a27f08c3748309e8a7ab.tar.gz
some more doc/lit stuff
some more wsdl stuff
Diffstat (limited to 'ext/soap/php_schema.c')
-rw-r--r--ext/soap/php_schema.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/php_schema.c b/ext/soap/php_schema.c
index 36cf1ab49a..10e88716e0 100644
--- a/ext/soap/php_schema.c
+++ b/ext/soap/php_schema.c
@@ -442,7 +442,6 @@ void delete_restriction_var_int(void *rvi)
sdlRestrictionIntPtr ptr = *((sdlRestrictionIntPtr*)rvi);
if(ptr->id);
free(ptr->id);
-
free(ptr);
}