Don't free filenames when lint
This commit is contained in:
		
							parent
							
								
									4d1b0d3486
								
							
						
					
					
						commit
						5092c4ece3
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -17,6 +17,7 @@ struct file_info	finfo;
 | 
			
		|||
#include <alloc.h>
 | 
			
		||||
 | 
			
		||||
#include        "dbsymtab.h"
 | 
			
		||||
#include	"lint.h"
 | 
			
		||||
#ifndef NOPP
 | 
			
		||||
#ifdef DBSYMTAB
 | 
			
		||||
#include        <stb.h>
 | 
			
		||||
| 
						 | 
				
			
			@ -82,6 +83,8 @@ AtEoIF()
 | 
			
		|||
#endif
 | 
			
		||||
#endif /* NOPP */
 | 
			
		||||
	if (WorkingDir[0] != '\0') free(WorkingDir);
 | 
			
		||||
#ifndef LINT
 | 
			
		||||
	if (FileName != source) free(FileName);
 | 
			
		||||
#endif
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue