mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +00:00
Cleaned up some obj-C autorelease code.
This commit is contained in:
parent
6f0740d466
commit
dd22093526
21 changed files with 83 additions and 91 deletions
|
|
@ -165,7 +165,7 @@ private:
|
|||
if (nextMessage == nullptr)
|
||||
return false;
|
||||
|
||||
const ScopedAutoReleasePool pool;
|
||||
JUCE_AUTORELEASEPOOL
|
||||
MessageManager::getInstance()->deliverMessage (nextMessage);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue