One last null pointer deref slipped through ;)
This commit is contained in:
parent
fe557bca1d
commit
e903d8cb0f
|
@ -725,6 +725,7 @@ void Window::setContents(Bitmap *value)
|
|||
{
|
||||
GUARD_DISPOSED;
|
||||
|
||||
if (value)
|
||||
value->ensureNonMega();
|
||||
|
||||
p->contents = value;
|
||||
|
|
Loading…
Reference in New Issue