mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
Added proper cleanup in ApplicationUpdater.
This commit is contained in:
parent
3083df0126
commit
f1bb4afa93
|
@ -116,9 +116,10 @@ void ApplicationUpdater::checkForUpdates()
|
||||||
|
|
||||||
void ApplicationUpdater::updaterThread()
|
void ApplicationUpdater::updaterThread()
|
||||||
{
|
{
|
||||||
if (!downloadFile()) {
|
if (!downloadFile())
|
||||||
compareVersions();
|
compareVersions();
|
||||||
}
|
|
||||||
|
mRequest.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ApplicationUpdater::downloadFile()
|
bool ApplicationUpdater::downloadFile()
|
||||||
|
|
Loading…
Reference in a new issue