mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 07:43:13 +01:00 
			
		
		
		
	synedit: fixed mem leak in auto completions
git-svn-id: trunk@12089 -
This commit is contained in:
		
							parent
							
								
									8935331948
								
							
						
					
					
						commit
						daa0f22d74
					
				@ -589,7 +589,6 @@ var
 | 
			
		||||
    fCompletionValues.Add(sComplValue);
 | 
			
		||||
    sComplValue := '';
 | 
			
		||||
    fAttributes.Add(CurAttributes);
 | 
			
		||||
    CurAttributes:=TStringList.Create;
 | 
			
		||||
  end;
 | 
			
		||||
 | 
			
		||||
begin
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user