|  | @@ -749,8 +749,10 @@ router_rebuild_store(int flags, desc_store_t *store)
 | 
	
		
			
				|  |  |      smartlist_free(signed_descriptors);
 | 
	
		
			
				|  |  |    tor_free(fname);
 | 
	
		
			
				|  |  |    tor_free(fname_tmp);
 | 
	
		
			
				|  |  | -  SMARTLIST_FOREACH(chunk_list, sized_chunk_t *, c, tor_free(c));
 | 
	
		
			
				|  |  | -  smartlist_free(chunk_list);
 | 
	
		
			
				|  |  | +  if (chunk_list) {
 | 
	
		
			
				|  |  | +    SMARTLIST_FOREACH(chunk_list, sized_chunk_t *, c, tor_free(c));
 | 
	
		
			
				|  |  | +    smartlist_free(chunk_list);
 | 
	
		
			
				|  |  | +  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    return r;
 | 
	
		
			
				|  |  |  }
 |