[Kde-imaging] extragear/libs/kipi-plugins/rawconverter
Gilles Caulier
caulier.gilles at gmail.com
Sat Sep 22 22:06:56 CEST 2007
SVN commit 715657 by cgilles:
kipi-plugins from trunk : fix RAWConverter crash with Qt4::QEvent destructor.
There is certainly a memory leak now, but the rest of RawConverter implementation can be finalized.
Marcel, This is a temporary fix. Rawconverter need to be patched as JPEGLossLess plugin
about to port to interthread signals and a normal mutex-protected QList,
dixit your commit #708858. Feel free to patch RawConverter when you want...
CCMAIL: kde-imaging at kde.org
CCMAIL: marcel.wiesweg at gmx.de
M +3 -1 singledialog.cpp
--- trunk/extragear/libs/kipi-plugins/rawconverter/singledialog.cpp #715656:715657
@@ -624,7 +624,9 @@
}
}
- delete d;
+// FIXME : this is a temporary fix to comments this line to prevent a crash with Qt4.
+// Marcel, we need to use your implementation about multithreading management from JPEGLossLess.
+// delete d;
}
} // NameSpace KIPIRawConverterPlugin
More information about the Kde-imaging
mailing list