Fix crash from previous commit - nullptr check
This commit is contained in:
parent
a8e54e15e1
commit
f4e541ad87
@ -335,7 +335,9 @@ void ThemePrivate::discardCache(CacheTypes caches)
|
||||
discoveries.clear();
|
||||
invalidElements.clear();
|
||||
|
||||
svgElementsCache->reparseConfiguration();
|
||||
if (svgElementsCache) {
|
||||
svgElementsCache->reparseConfiguration();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user