From aaed0d77e11759d1374c47345fcbde71e0f700fb Mon Sep 17 00:00:00 2001 From: mzn Date: Thu, 27 Oct 2005 07:31:10 +0000 Subject: [PATCH] To make the source compilable. --- src/GraphExecutor/DataFlowExecutor_PyDynInvoke.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 " -- 2.39.2