mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Partially reverted an overambitious memory leak fix
This commit is contained in:
parent
6a85bbe3b1
commit
51bbce40a8
|
@ -190,7 +190,6 @@ void ApplicationUpdater::update()
|
|||
HttpReq::Status reqStatus {mRequest->status()};
|
||||
if (reqStatus == HttpReq::REQ_SUCCESS) {
|
||||
mStatus = ASYNC_DONE;
|
||||
HttpReq::cleanupCurlMulti();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue