From kde-commits Wed Apr 30 21:45:58 2008 From: Andreas Pakulat Date: Wed, 30 Apr 2008 21:45:58 +0000 To: kde-commits Subject: KDE/kdevplatform/util Message-Id: <1209591958.065187.16745.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120959197630345 SVN commit 802855 by apaku: I'm not sure the fix from Aleix is correct/needed, so add a warning-reminder. M +1 -0 commandexecutor.cpp --- trunk/KDE/kdevplatform/util/commandexecutor.cpp #802854:802855 @@ -80,6 +80,7 @@ CommandExecutor::~CommandExecutor() { +#warning Not sure this is correct, maybe just switching the first two deletes works as well d->m_process->kill(); d->m_process->waitForFinished( 3000 );