1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00

Fixed a typo in JUCEApplication that caused a small leak

This commit is contained in:
Julian Storer 2009-10-13 14:14:12 +01:00
parent 409c952072
commit 1c01e897d9
2 changed files with 2 additions and 2 deletions

View file

@ -194,7 +194,7 @@ bool JUCEApplication::initialiseApp (String& commandLine)
initialiseJuce_GUI();
InterProcessLock* appLock = 0;
jassert (appLock == 0); // initialiseApp must only be called once!
if (! moreThanOneInstanceAllowed())
{