ardupilot/libraries/AP_ADC
Murilo Belluzzo fe48901db0 AP_ADC_ADS1115: Remove resource leak.
Constructor allocate '_samples' but there was no destructor to
deallocate it. Also, initializes '_gain' to silence CID 9144 although
'_gain' wasn't being used uninitialized because of ::init().

CID 91424
2016-08-03 00:24:55 -03:00
..
AP_ADC.cpp AP_ADC: fixed license text 2013-08-30 13:01:32 +10:00
AP_ADC.h AP_ADC: remove ADS7844 2016-07-29 15:01:15 -03:00
AP_ADC_ADS1115.cpp AP_ADC_ADS1115: Remove resource leak. 2016-08-03 00:24:55 -03:00
AP_ADC_ADS1115.h AP_ADC_ADS1115: Remove resource leak. 2016-08-03 00:24:55 -03:00
keywords.txt AP_ADC: fixup line endings 2014-04-15 15:56:13 +09:00