mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
rbutil: Properly initialize sansa / ipod bootloader buffer.
Fixes a crash on MacOS. Change-Id: Ibb64a37266182c4ddfee32b2ac47b9d8f25a78e5
This commit is contained in:
parent
ca12478df6
commit
911b216aff
2 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
BootloaderInstallSansa::BootloaderInstallSansa(QObject *parent)
|
||||
: BootloaderInstallBase(parent)
|
||||
{
|
||||
sansa.sectorbuf = nullptr;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue