Skip to content

Commit

Permalink
- Fix wrong zval_ptr_dtor call
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Jun 5, 2010
1 parent b56a380 commit 81b0371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/soap/soap.c
Expand Up @@ -1531,7 +1531,7 @@ PHP_METHOD(SoapServer, handle)
doc_request = soap_xmlParseMemory(post_data, post_data_length);
}
} else {
zval_ptr_dtor(&retval);
zval_dtor(&retval);
return;
}
} else {
Expand Down

0 comments on commit 81b0371

Please sign in to comment.