Skip to content

MediaLibrary: Reorder members to avoid a use-after-free

The device lister invokes the fs factories so we need to destroy the device lister before the fs factories, otherwise a late event could call a method on a detroyed fs factory.

Merge request reports