diff options
| author | Dmitry Stogov <dmitry@php.net> | 2006-04-10 10:11:29 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2006-04-10 10:11:29 +0000 |
| commit | 159008041c4b67000c9be0bda3f532f03923790e (patch) | |
| tree | e4b3f0c1add6606a2c0acd8b24b436e0e6db7f7a /ext/soap/php_sdl.c | |
| parent | 0e8b5470be972966453eea1fe15ed32ef35be8c0 (diff) | |
| download | php-git-159008041c4b67000c9be0bda3f532f03923790e.tar.gz | |
ZTS fix
Diffstat (limited to 'ext/soap/php_sdl.c')
| -rw-r--r-- | ext/soap/php_sdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_sdl.c b/ext/soap/php_sdl.c index bc5780594d..a7522938ba 100644 --- a/ext/soap/php_sdl.c +++ b/ext/soap/php_sdl.c @@ -3156,7 +3156,7 @@ sdlPtr get_sdl(zval *this_ptr, char *uri, zend_bool persistent TSRMLS_DC) } else { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to register persistent entry"); /* clean up persistent sdl */ - delete_psdl(le_ptr); + delete_psdl(le_ptr TSRMLS_CC); /* keep non-persistent sdl and return it */ } } |
