[rkward-cvs] SF.net SVN: rkward:[2509] trunk/rkward/rkward/rbackend/rthread.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Fri May 29 14:53:57 UTC 2009


Revision: 2509
          http://rkward.svn.sourceforge.net/rkward/?rev=2509&view=rev
Author:   tfry
Date:     2009-05-29 14:53:56 +0000 (Fri, 29 May 2009)

Log Message:
-----------
Fix for crash caused by r2508

Modified Paths:
--------------
    trunk/rkward/rkward/rbackend/rthread.cpp

Modified: trunk/rkward/rkward/rbackend/rthread.cpp
===================================================================
--- trunk/rkward/rkward/rbackend/rthread.cpp	2009-05-29 09:56:37 UTC (rev 2508)
+++ trunk/rkward/rkward/rbackend/rthread.cpp	2009-05-29 14:53:56 UTC (rev 2509)
@@ -99,6 +99,7 @@
 	MUTEX_LOCK;
 	checkObjectUpdatesNeeded (true);
 	RCommandStack::regular_stack->pop ();	// remove the fake command
+	all_current_commands.pop_back ();
 	notifyCommandDone (current_command);
 	MUTEX_UNLOCK;
 


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