mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
AP_HAL_Linux: fix deallocation
This commit is contained in:
parent
cc2571569d
commit
bf758098d7
@ -101,8 +101,8 @@ RCOutput_AeroIO::RCOutput_AeroIO()
|
||||
|
||||
RCOutput_AeroIO::~RCOutput_AeroIO()
|
||||
{
|
||||
delete _freq_buffer;
|
||||
delete _duty_buffer;
|
||||
delete[] _freq_buffer;
|
||||
delete[] _duty_buffer;
|
||||
}
|
||||
|
||||
void RCOutput_AeroIO::init()
|
||||
|
Loading…
Reference in New Issue
Block a user