RIBs icon indicating copy to clipboard operation
RIBs copied to clipboard

Fix Flipper Ribtree Plugin memory leak

Open mamykin-andrey opened this issue 6 months ago • 3 comments

Description: Fix for https://github.com/uber/RIBs/issues/499, the problem was in storing router objects in RibEventPayload, even though they weren't required for correct plugin work. Added a new class RouterInfo for storing router-related meta-information.

Related issue(s): https://github.com/uber/RIBs/issues/499

mamykin-andrey avatar Dec 13 '23 18:12 mamykin-andrey