Loading heimdall-frontend/source/mainwindow.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ bool MainWindow::ReadPit(QFile *file) file->close(); bool success = currentPitData.Unpack(buffer); delete buffer; delete[] buffer; if (!success) currentPitData.Clear(); Loading Loading
heimdall-frontend/source/mainwindow.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ bool MainWindow::ReadPit(QFile *file) file->close(); bool success = currentPitData.Unpack(buffer); delete buffer; delete[] buffer; if (!success) currentPitData.Clear(); Loading