mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 23:35:17 +03:00
Fixes suggested by Bertrand
This commit is contained in:
parent
5a522fac4b
commit
4850541002
5 changed files with 9 additions and 10 deletions
|
@ -1206,7 +1206,7 @@ void RegisterEepromInterfaces()
|
|||
void UnregisterEepromInterfaces()
|
||||
{
|
||||
foreach(EEPROMInterface * intf, eepromInterfaces) {
|
||||
//std::cout << "UnregisterEepromInterfaces(): deleting " << std::hex << reinterpret_cast<uint64_t>(intf) << std::dec << std::endl;
|
||||
qDebug() << "UnregisterEepromInterfaces(): deleting " << QString::number( reinterpret_cast<uint64_t>(intf), 16 );
|
||||
delete intf;
|
||||
}
|
||||
OpenTxEepromCleanup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue