[Kde-bindings] KDE/kdebindings/php/phpqt/src

Thomas Moenicke tm at php-qt.org
Sun Oct 26 00:23:43 UTC 2008


SVN commit 875930 by moenicke:

* call dtor on the return_vlue directly instead through the pointer

CCMAIL: kde-bindings at kde.org



 M  +1 -1      php_qt.cpp  


--- trunk/KDE/kdebindings/php/phpqt/src/php_qt.cpp #875929:875930
@@ -340,7 +340,7 @@
             php_error(E_ERROR,"Call to undefined method!");
     }
 
-    zval_ptr_dtor( return_value_ptr );
+    zval_dtor( return_value );
     pDebug( PHPQt::Method ) << ce->name << "::" << Context::methodName()->constData();
     MethodCall c( PQ::smoke(), method, getThis(), args, return_value );
     c.next();



More information about the Kde-bindings mailing list