You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FATFileSystem might call init() multiple times, when device is failing. This causes internal reference counters to be incremented, which in turn causes deinit() to skip the deinitialization, because it looks like there are multiple users of the class.
This has been verified on at least SDBlockDevice when card is removed on a mounted filesystem.