1
0
Fork 0
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:
Julian Storer 2011-04-16 22:09:19 +01:00
parent 6f0740d466
commit dd22093526
21 changed files with 83 additions and 91 deletions

View file

@ -165,7 +165,7 @@ private:
if (nextMessage == nullptr)
return false;
const ScopedAutoReleasePool pool;
JUCE_AUTORELEASEPOOL
MessageManager::getInstance()->deliverMessage (nextMessage);
return true;
}