Coverity #1007: Fix a silly null check.
This commit is contained in:
		
							parent
							
								
									6d29f65931
								
							
						
					
					
						commit
						d01e0956a8
					
				| 
						 | 
				
			
			@ -1,3 +1,8 @@
 | 
			
		|||
2006-04-14  Adam Jackson  <ajax@freedesktop.org>
 | 
			
		||||
 | 
			
		||||
	* hw/dmx/input/dmxinputinit.c:
 | 
			
		||||
	Coverity #1007: Fix a silly null check.
 | 
			
		||||
 | 
			
		||||
2006-04-15  Luc Verhaegen  <libv@skynet.be>
 | 
			
		||||
 | 
			
		||||
	* hw/xfree86/utils/cvt/cvt.c: (PrintUsage):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -429,7 +429,6 @@ static int dmxDeviceOnOff(DeviceIntPtr pDevice, int what)
 | 
			
		|||
    int              i;
 | 
			
		||||
#endif
 | 
			
		||||
    
 | 
			
		||||
    if (!dmxLocal) return BadImplementation;
 | 
			
		||||
    if (dmxInput->detached) return Success;
 | 
			
		||||
 | 
			
		||||
    memset(&info, 0, sizeof(info));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue