bug fixed: oldmap(lmap,llength) was sometimes called when no new map
had to be allocated for the current (data-) unit.
This commit is contained in:
		
							parent
							
								
									cf3d3ad287
								
							
						
					
					
						commit
						387191a2c7
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -397,8 +397,9 @@ cputlines(l,lf) | ||||||
| 		} | 		} | ||||||
| 		oldline(lnp); | 		oldline(lnp); | ||||||
| 	} | 	} | ||||||
| 	if (thispro != (proc_p) 0) { | 	if (lmap != (line_p *) 0) { | ||||||
| 		oldmap(lmap,llength); | 		oldmap(lmap,llength); | ||||||
|  | 		lmap = (line_p *) 0; | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue