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
commit
1bdbd6f969
1 changed files with 1 additions and 1 deletions
  1. +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;


Loading…
Cancel
Save