From: mzn Date: Thu, 27 Oct 2005 07:31:10 +0000 (+0000) Subject: To make the source compilable. X-Git-Tag: V2_2_6~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=aaed0d77e11759d1374c47345fcbde71e0f700fb;p=modules%2Fsuperv.git To make the source compilable. --- diff --git a/src/GraphExecutor/DataFlowExecutor_PyDynInvoke.cxx b/src/GraphExecutor/DataFlowExecutor_PyDynInvoke.cxx index 48e1145..7f55f98 100644 --- a/src/GraphExecutor/DataFlowExecutor_PyDynInvoke.cxx +++ b/src/GraphExecutor/DataFlowExecutor_PyDynInvoke.cxx @@ -596,11 +596,11 @@ bool GraphExecutor::InNode::PyDynInvoke( PyObject * MyPyRunMethod , // cdebug << "ResultIor->ob_refcnt " << ResultIor->ob_refcnt-1 << endl ; // Py_DECREF( ResultIor ) ; //} - } - cdebug << "ResultIor->ob_refcnt " << ResultIor->ob_refcnt-1 << endl ; - Py_DECREF( ResultIor ) ; + cdebug << "ResultIor->ob_refcnt " << ResultIor->ob_refcnt-1 << endl ; + Py_DECREF( ResultIor ) ; - cdebug << "ObjIor->ob_refcnt " << ObjIor->ob_refcnt-1 << endl ; + cdebug << "ObjIor->ob_refcnt " << ObjIor->ob_refcnt-1 << endl ; + } else { PyErr_Print(); cdebug_out << "GraphExecutor::InNode::PyDynInvoke Error ResultIor == NULL Node "