Re: [HelenOS-devel] Memory leak patch

2016-06-17 Thread Jakub Jermář
Hi Manuele, On 06/16/2016 12:01 PM, Manuele Conti wrote: > I try to fix a memory leak in dnsr_name2host function. Also I found a > missing call to async_forget and I fixed. > Let me know. I integrated this in mainline,2523. 2524 fixes another issue with str_dup(). Thanks, Jakub

[HelenOS-devel] Memory leak patch

2016-06-16 Thread Manuele Conti
Hi all, I try to fix a memory leak in dnsr_name2host function. Also I found a missing call to async_forget and I fixed. Let me know. Cheers, Manuele === modified file 'uspace/lib/c/generic/dnsr.c' --- uspace/lib/c/generic/dnsr.c 2015-08-23 12:50:23 + +++ uspace/lib/c/generic/dnsr.c 2016-06-16