mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 14:39:36 +01:00 
			
		
		
		
	* heap manager: do not try to leave critical section twice, moron
git-svn-id: trunk@7763 -
This commit is contained in:
		
							parent
							
								
									86d49c2a0c
								
							
						
					
					
						commit
						787f9a44c7
					
				@ -1503,7 +1503,6 @@ begin
 | 
				
			|||||||
          orphaned_freelists.oslist_all^.prev_any := poc;
 | 
					          orphaned_freelists.oslist_all^.prev_any := poc;
 | 
				
			||||||
        orphaned_freelists.oslist_all := loc_freelists^.oslist_all;
 | 
					        orphaned_freelists.oslist_all := loc_freelists^.oslist_all;
 | 
				
			||||||
      end;
 | 
					      end;
 | 
				
			||||||
      leavecriticalsection(heap_lock);
 | 
					 | 
				
			||||||
    end;
 | 
					    end;
 | 
				
			||||||
    leavecriticalsection(heap_lock);
 | 
					    leavecriticalsection(heap_lock);
 | 
				
			||||||
    if main_relo_freelists = loc_freelists then
 | 
					    if main_relo_freelists = loc_freelists then
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user