Skip to content

qt: remove the overzealous assert in `ModelRecoveryAgent` destructor

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/overzealousassert into master

If the user resets the preferences, closing the application appears to lead to assertion failure.

This should not be a concern, because assertions should not be made in release builds and the if statement afterward already covers the invariant.

Request review @chub.

Merge request reports

Loading