1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00

Fixed a potential access-after-free crash in the macOS/iOS implementation of WebInputStream

This commit is contained in:
hogliux 2017-04-23 12:09:33 +01:00
parent bf94ab0e4c
commit 1bdbd6f969

View file

@ -1022,7 +1022,7 @@ public:
private:
WebInputStream& owner;
const URL& url;
URL url;
ScopedPointer<URLConnectionState> connection;
String headers;
MemoryBlock postData;