From cdf69fa389f90c7873330ea4b428ff8f430f0bf1 Mon Sep 17 00:00:00 2001 From: sletz Date: Wed, 24 Mar 2010 08:26:05 +0000 Subject: [PATCH] Fix regression introduced in r3854. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3963 0c269be4-1314-0410-8aa9-9f06e86f4224 --- windows/JackWinNamedPipeServerChannel.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/windows/JackWinNamedPipeServerChannel.cpp b/windows/JackWinNamedPipeServerChannel.cpp index f9554cb9..a8ce3a22 100644 --- a/windows/JackWinNamedPipeServerChannel.cpp +++ b/windows/JackWinNamedPipeServerChannel.cpp @@ -1,20 +1,20 @@ /* Copyright (C) 2004-2008 Grame - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - + You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - + */ @@ -74,7 +74,7 @@ void JackClientPipeThread::Close() // Close the Server/Client connection all ressources will be desallocated at the end. */ - fThread.Stop(); + fThread.Kill(); fPipe->Close(); fRefNum = -1; } -- 2.11.4.GIT