1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Minor NamedPipe tweak.

This commit is contained in:
jules 2012-04-04 10:10:41 +01:00
parent 9c129d1778
commit bfcc0dd7a5
2 changed files with 1 additions and 3 deletions

View file

@ -106,10 +106,7 @@ void InterprocessConnection::disconnect()
socket->close();
if (pipe != nullptr)
{
pipe->cancelPendingReads();
pipe->close();
}
stopThread (4000);