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:
parent
409c952072
commit
1c01e897d9
2 changed files with 2 additions and 2 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue