free null ptr do nothing
This commit is contained in:
		@ -117,6 +117,9 @@ void ft_free(void *ptr)
 | 
			
		||||
	chunk_t chunk;
 | 
			
		||||
	size_t i;
 | 
			
		||||
 | 
			
		||||
	if (ptr == NULL)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	for (i = TINY; i <= LARGE + 1; i++)
 | 
			
		||||
	{
 | 
			
		||||
		if (i > LARGE)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user