[rkward-cvs] SF.net SVN: rkward:[2702] trunk/rkward/rkward/scriptbackends/phpbackend.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Oct 8 10:02:56 UTC 2009
Revision: 2702
http://rkward.svn.sourceforge.net/rkward/?rev=2702&view=rev
Author: tfry
Date: 2009-10-08 10:02:56 +0000 (Thu, 08 Oct 2009)
Log Message:
-----------
Make sure not to use the code_property after destruction.
Modified Paths:
--------------
trunk/rkward/rkward/scriptbackends/phpbackend.cpp
Modified: trunk/rkward/rkward/scriptbackends/phpbackend.cpp
===================================================================
--- trunk/rkward/rkward/scriptbackends/phpbackend.cpp 2009-10-08 09:16:31 UTC (rev 2701)
+++ trunk/rkward/rkward/scriptbackends/phpbackend.cpp 2009-10-08 10:02:56 UTC (rev 2702)
@@ -92,6 +92,7 @@
dead = true;
if (php_process) php_process->kill ();
QTimer::singleShot (10000, this, SLOT (deleteLater())); // don't wait for ever for the process to die, even if it's somewhat dangerous
+ code_property = 0;
}
busy = false;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list