diff options
Diffstat (limited to 'php/src/php5/Communicator.cpp')
-rw-r--r-- | php/src/php5/Communicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/php5/Communicator.cpp b/php/src/php5/Communicator.cpp index 77c33a50506..04c8f686fb2 100644 --- a/php/src/php5/Communicator.cpp +++ b/php/src/php5/Communicator.cpp @@ -2028,7 +2028,7 @@ IcePHP::DefaultValueFactory::destroy(TSRMLS_D) { if(_delegate) { - _delegate->destroy(); + _delegate->destroy(TSRMLS_C); _delegate = 0; } _info = 0; |