1
0
Fork 0
forked from len0rd/rockbox

When cancelling the bootloader installation delete the bootloader install object.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23222 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2009-10-17 09:19:09 +00:00
parent 9fbf346368
commit 10305ea887

View file

@ -703,6 +703,7 @@ void RbUtilQt::installBootloader()
logger->close();
installBootloaderPost(true);
}
delete bl;
return;
}
}