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 potential crash in mac's legacy WebInputStream implementation
tags/2021-05-28
hogliux
8 years ago
parent
ceefc5b4bf
commit
cbb8536a6d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_core/native/juce_mac_Network.mm
+ 1
- 1
modules/juce_core/native/juce_mac_Network.mm
View File
@@ -408,10 +408,10 @@ public:
{
stop();
[connection release];
[data release];
[request release];
[headers release];
[delegate release];
[data release];
}
bool start (URL::OpenStreamProgressCallback* callback, void* context)
Write
Preview
Loading…
Cancel
Save