mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-09-19 09:16:53 -04:00
Add a destructor to ObjectMapItem to release its owned m_aircraftState. ObjectMapItem allocates m_aircraftState when aircraft state is present, but had no corresponding cleanup when the map item was destroyed. Coverity reported the allocation as a constructor/destructor resource leak. Signed-off-by: Robin Getz <rgetz503@gmail.com>