summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-04-10 10:11:29 +0000
committerDmitry Stogov <dmitry@php.net>2006-04-10 10:11:29 +0000
commit159008041c4b67000c9be0bda3f532f03923790e (patch)
treee4b3f0c1add6606a2c0acd8b24b436e0e6db7f7a /ext/soap/php_sdl.c
parent0e8b5470be972966453eea1fe15ed32ef35be8c0 (diff)
downloadphp-git-159008041c4b67000c9be0bda3f532f03923790e.tar.gz
ZTS fix
Diffstat (limited to 'ext/soap/php_sdl.c')
-rw-r--r--ext/soap/php_sdl.c2
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 */
}
}