This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
macOS: Suppress leak detector warnings for retained system tray icons on Big Sur
v6.1.6
Tom Poole
3 years ago
parent
0bf2f6a7a4
commit
07dec2d369
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
modules/juce_graphics/native/juce_mac_CoreGraphicsContext.mm
+ 0
- 2
modules/juce_graphics/native/juce_mac_CoreGraphicsContext.mm
View File
@@ -149,8 +149,6 @@ public:
using Ptr = ReferenceCountedObjectPtr<ImageDataContainer>;
HeapBlock<uint8> data;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ImageDataContainer)
};
ImageDataContainer::Ptr imageData = new ImageDataContainer();
Write
Preview
Loading…
Cancel
Save