Salome HOME
Merge branch 'master' of ssh://git.salome-platform.org/modules/gui
[modules/gui.git] / src / PyInterp / PyInterp_Event.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 398b73e..0bdfdda
 #include "PyInterp_Event.h"
 #include "PyInterp_Request.h"
 
+PyInterp_Event::~PyInterp_Event()
+{
+  PyInterp_Request::Destroy( myRequest );
+  myRequest = 0;
+}
+
 void PyInterp_ExecuteEvent::Execute()
 {
   myRequest->execute();