Skip to content

MediaLibrary: Remove isInitialized()

Romain Vimont requested to merge rom1v/medialibrary:remove_is_initialized into master

Since another thread could execute initialize() in parallel, and the caller has no way to hold the internal mutex, this method is inherently racy.

Merge request reports