mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 09:19:39 +01:00 
			
		
		
		
	* double dispose of aktprocsym removed
This commit is contained in:
		
							parent
							
								
									1a3b65af0b
								
							
						
					
					
						commit
						739eb6860c
					
				@ -438,6 +438,8 @@ unit parser;
 | 
				
			|||||||
            CreateBrowserCol;
 | 
					            CreateBrowserCol;
 | 
				
			||||||
{$endif}
 | 
					{$endif}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					          (* Obsolete code aktprocsym
 | 
				
			||||||
 | 
					             is disposed by the localsymtable disposal (PM)
 | 
				
			||||||
          { Free last aktprocsym }
 | 
					          { Free last aktprocsym }
 | 
				
			||||||
            if assigned(aktprocsym) and (aktprocsym^.owner=nil) then
 | 
					            if assigned(aktprocsym) and (aktprocsym^.owner=nil) then
 | 
				
			||||||
             begin
 | 
					             begin
 | 
				
			||||||
@ -445,7 +447,7 @@ unit parser;
 | 
				
			|||||||
               if current_module^.is_unit then
 | 
					               if current_module^.is_unit then
 | 
				
			||||||
                 aktprocsym^.definition^.forwarddef:=false;
 | 
					                 aktprocsym^.definition^.forwarddef:=false;
 | 
				
			||||||
               dispose(aktprocsym,done);
 | 
					               dispose(aktprocsym,done);
 | 
				
			||||||
             end;
 | 
					             end; *)
 | 
				
			||||||
          end;
 | 
					          end;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
         dec(compile_level);
 | 
					         dec(compile_level);
 | 
				
			||||||
@ -460,7 +462,10 @@ unit parser;
 | 
				
			|||||||
end.
 | 
					end.
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  $Log$
 | 
					  $Log$
 | 
				
			||||||
  Revision 1.72  1999-04-26 13:31:36  peter
 | 
					  Revision 1.73  1999-05-18 22:35:52  pierre
 | 
				
			||||||
 | 
					   * double dispose of aktprocsym removed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Revision 1.72  1999/04/26 13:31:36  peter
 | 
				
			||||||
    * release storenumber,double_checksum
 | 
					    * release storenumber,double_checksum
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  Revision 1.71  1999/03/26 00:05:33  peter
 | 
					  Revision 1.71  1999/03/26 00:05:33  peter
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user