mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-13 00:04:19 +00:00
Refactored the MemoryOutputStream constructors and added some new features. Tidied up some stream methods to avoid relying on the stream length, which can be unreliable in http streams. Tweaked some mac atomic functions. Fixed some win32 dllexport declarations.
This commit is contained in:
parent
06cd5f5ed1
commit
a4aca30079
20 changed files with 213 additions and 201 deletions
|
|
@ -37,6 +37,11 @@ ApplicationCommandTarget::ApplicationCommandTarget()
|
|||
}
|
||||
|
||||
ApplicationCommandTarget::~ApplicationCommandTarget()
|
||||
{
|
||||
releaseMessageListener();
|
||||
}
|
||||
|
||||
void ApplicationCommandTarget::releaseMessageListener()
|
||||
{
|
||||
messageInvoker = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue