From: barate Date: Mon, 17 Jun 2013 13:20:53 +0000 (+0000) Subject: Remove extra reference to salome_pluginsmanager module (Fix Mantis bug #22221, CEA... X-Git-Tag: B4KillOfAutomake~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d0607469a9b38e06576eb193d89b38c705a3cdc8;p=modules%2Fgui.git Remove extra reference to salome_pluginsmanager module (Fix Mantis bug #22221, CEA #819) --- diff --git a/src/SalomeApp/SalomeApp_Application.cxx b/src/SalomeApp/SalomeApp_Application.cxx index 33d73927d..8c65d9f36 100644 --- a/src/SalomeApp/SalomeApp_Application.cxx +++ b/src/SalomeApp/SalomeApp_Application.cxx @@ -336,6 +336,7 @@ void SalomeApp_Application::createActions() if(res==NULL) PyErr_Print(); Py_XDECREF(res); + Py_XDECREF(pluginsmanager); PyGILState_Release(gstate); // end of SALOME plugins loading