From 969887429084da3b5a5d7d669015ff3489f6521c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Sep 2015 19:43:26 -0500 Subject: Use DM library in tdmtsak instead of making command line calls (cherry picked from commit 6d028f3b522b5a4f978d52cc5b3c187cf329c3b2) --- tdm/kfrontend/sakdlg.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tdm/kfrontend/sakdlg.cc') diff --git a/tdm/kfrontend/sakdlg.cc b/tdm/kfrontend/sakdlg.cc index 1f1adefdf..1848c8638 100644 --- a/tdm/kfrontend/sakdlg.cc +++ b/tdm/kfrontend/sakdlg.cc @@ -157,10 +157,10 @@ void SAKDlg::processInputPipeCommand(TQString command) { SAKDlg::~SAKDlg() { - if ((mSAKProcess) && (mSAKProcess->isRunning())) { - mSAKProcess->kill(SIGTERM); - delete mSAKProcess; - } + if ((mSAKProcess) && (mSAKProcess->isRunning())) { + mSAKProcess->kill(SIGKILL); + delete mSAKProcess; + } mControlPipeHandlerThread->terminate(); mControlPipeHandlerThread->wait(); -- cgit v1.2.3