Skip to content
Commit 9b7abb20 authored by Simeon Bird's avatar Simeon Bird
Browse files

Resource: Null guards for m_data

It is possible, during shutdown, for m_data to be null briefly (see
ResourceManager::cleanupResources). If a property were accessed
during this time, we could crash.

The patch checks whether m_data is null in various functions, and
returns empty items if so.

BUG: 320097
BUG: 319481
REVIEW: 110877
parent 873fd94c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment