Skip to content

qt: fix crash when there is nothing to cache

Steve Lhomme requested to merge robUx4/vlc:qt_fresh_crash into master

On a fresh install of VLC compiler with mingw LLVM17 I get a crash when accessing m_cachedData. The pointer is NULL because the queryCount is 0.

Merge request reports