1
0
Fork 0
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:
hogliux 2016-09-12 18:17:19 +01:00
parent ceefc5b4bf
commit cbb8536a6d

View file

@ -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)