mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05: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()};
|
HttpReq::Status reqStatus {mRequest->status()};
|
||||||
if (reqStatus == HttpReq::REQ_SUCCESS) {
|
if (reqStatus == HttpReq::REQ_SUCCESS) {
|
||||||
mStatus = ASYNC_DONE;
|
mStatus = ASYNC_DONE;
|
||||||
HttpReq::cleanupCurlMulti();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue