Fix #115167: crash opening files with missing fonts on disk #115168

Merged
Harley Acheson merged 1 commits from lichtwerk/blender:115167 into main 2023-11-20 18:34:43 +01:00

1 Commits

Author SHA1 Message Date
Philipp Oeser 3880767459 Fix #115167: crash opening files with missing fonts on disk
Caused by e1d227c5fc

Code was trying to acsess `VFont` temp `PackedFile` [which is NULL when
fonts are missing].
Now guard against by checking this.
2023-11-20 11:39:56 +01:00