[Kst] kst_1_0_branch: kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Sun Dec 5 22:52:50 CET 2004


CVS commit by staikos: 

backport deadlock fix


  M +2 -0      kst.cpp   1.257.2.2


--- kdeextragear-2/kst/kst/kst.cpp  #1.257.2.1:1.257.2.2
@@ -1483,5 +1483,7 @@ void KstApp::reload() {
     KstRVectorPtr r = kst_cast<KstRVector>(*i);
     if (r) {
+      r->writeLock();
       r->reload();
+      r->writeUnlock();
     }
   }





More information about the Kst mailing list