mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
Fixed potential crash in mac's legacy WebInputStream implementation
This commit is contained in:
parent
ceefc5b4bf
commit
cbb8536a6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue