mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-24 12:36:10 -04:00
164a35b083
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>