[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Fri Oct 10 05:09:45 CEST 2003


CVS commit by staikos: 

apply crash fix from the branch into HEAD


  M +1 -1      kstchangefiledialog_i.cpp   1.11


--- kdeextragear-2/kst/kst/kstchangefiledialog_i.cpp  #1.10:1.11
@@ -110,5 +110,5 @@ void KstChangeFileDialogI::applyFileChan
     if (file->numFrames() < 1) { // No data in file
       KMessageBox::sorry(0L, i18n("%1: The requested file does not contain data. Operation canceled.").arg(ChangeFileName->currentText()));
-      delete file;
+      file = 0;
       return;
     }




More information about the Kst mailing list