One last null pointer deref slipped through ;)
This commit is contained in:
		
							parent
							
								
									fe557bca1d
								
							
						
					
					
						commit
						e903d8cb0f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -725,7 +725,8 @@ void Window::setContents(Bitmap *value)
 | 
			
		|||
{
 | 
			
		||||
	GUARD_DISPOSED;
 | 
			
		||||
 | 
			
		||||
	value->ensureNonMega();
 | 
			
		||||
	if (value)
 | 
			
		||||
		value->ensureNonMega();
 | 
			
		||||
 | 
			
		||||
	p->contents = value;
 | 
			
		||||
	p->controlsVertDirty = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue