mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix use-afrer-free crash caused by QtConcurrent
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
808b09c403
commit
9cd199a49e
5 changed files with 42 additions and 43 deletions
|
|
@ -121,7 +121,6 @@ QString cleanPath(QString path)
|
|||
void InstanceImportTask::processZipPack()
|
||||
{
|
||||
setStatus(tr("Attempting to determine instance type"));
|
||||
setDetails("");
|
||||
QDir extractDir(m_stagingPath);
|
||||
qDebug() << "Attempting to create instance from" << m_archivePath;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue