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
Fixed a leak in URLConnectionState
tags/2021-05-28
ed
7 years ago
parent
ef58d3716f
commit
cb1f02696f
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
modules/juce_core/native/juce_mac_Network.mm
+ 2
- 0
modules/juce_core/native/juce_mac_Network.mm
View File
@@ -137,6 +137,8 @@ public:
[task release];
[request release];
[headers release];
[session finishTasksAndInvalidate];
[session release];
const ScopedLock sl (dataLock);
Write
Preview
Loading…
Cancel
Save