1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
This commit is contained in:
jules 2007-11-15 10:36:13 +00:00
parent b915aea53e
commit 76acff4add
16 changed files with 1672 additions and 1653 deletions

View file

@ -52,6 +52,7 @@ InterprocessConnection::InterprocessConnection (const bool callbacksOnMessageThr
InterprocessConnection::~InterprocessConnection()
{
callbackConnectionState = false;
disconnect();
}