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 potential access-after-free crash in the macOS/iOS implementation of WebInputStream
tags/2021-05-28
hogliux
8 years ago
parent
bf94ab0e4c
commit
1bdbd6f969
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
@@ -1022,7 +1022,7 @@ public:
private:
WebInputStream& owner;
const
URL
&
url;
URL url;
ScopedPointer<URLConnectionState> connection;
String headers;
MemoryBlock postData;
Write
Preview
Loading…
Cancel
Save