From c261351a977a286fdd0cc0da4c49e9ba5222cc05 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 10 Apr 2006 10:11:06 +0000 Subject: ZTS fix --- ext/soap/php_sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ } } -- cgit v1.2.1