mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Fixed a leak in URLConnectionState
This commit is contained in:
parent
ef58d3716f
commit
cb1f02696f
1 changed files with 2 additions and 0 deletions
|
|
@ -137,6 +137,8 @@ public:
|
|||
[task release];
|
||||
[request release];
|
||||
[headers release];
|
||||
|
||||
[session finishTasksAndInvalidate];
|
||||
[session release];
|
||||
|
||||
const ScopedLock sl (dataLock);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue