mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 01:16:55 +00:00
Cleanup buffer
This commit is contained in:
parent
8bca3e168d
commit
4b82634d1a
@ -208,6 +208,7 @@ void RedirectablePrint::log_to_ble(const char *logLevel, const char *format, va_
|
||||
nrf52Bluetooth->sendLog(reinterpret_cast<const char *>(buffer));
|
||||
#endif
|
||||
delete[] message;
|
||||
delete[] buffer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user