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:
parent
bf94ab0e4c
commit
1bdbd6f969
1 changed files with 1 additions and 1 deletions
|
|
@ -1022,7 +1022,7 @@ public:
|
|||
|
||||
private:
|
||||
WebInputStream& owner;
|
||||
const URL& url;
|
||||
URL url;
|
||||
ScopedPointer<URLConnectionState> connection;
|
||||
String headers;
|
||||
MemoryBlock postData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue