On 10/06/16(Fri) 09:43, Florian Obser wrote: > Any reason you are not adding the free(9) sizes in rtrequest(), too?
Because ``rt->rt_addr'' might be NULL, so I can't dereference it to get the size of the allocated memory chunk.
On 10/06/16(Fri) 09:43, Florian Obser wrote: > Any reason you are not adding the free(9) sizes in rtrequest(), too?
Because ``rt->rt_addr'' might be NULL, so I can't dereference it to get the size of the allocated memory chunk.