diff options
author | Brad LaFountain <rodif_bl@php.net> | 2002-08-14 05:26:25 +0000 |
---|---|---|
committer | Brad LaFountain <rodif_bl@php.net> | 2002-08-14 05:26:25 +0000 |
commit | 7c1d2ff2e45d2930fb08a27f08c3748309e8a7ab (patch) | |
tree | 8117fec68e6e7618ed6180ea72a96300120a2314 /ext/soap/php_schema.c | |
parent | b806a8e247e0ff869b4f8f35a9ab9effd2f44a7a (diff) | |
download | php-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.c | 1 |
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); } |