Re: [HelenOS-devel] Fix potential leak of memory

2016-07-08 Thread Jakub Jermář
On 07/06/2016 01:05 PM, Manuele Conti wrote: > I found a potential leak of memory pointed to by 'entry' in task.c and i > fix it. Thanks, applied in mainline,2530. Jakub ___ HelenOS-devel mailing list HelenOS-devel@lists.modry.cz

[HelenOS-devel] Fix potential leak of memory

2016-07-06 Thread Manuele Conti
Hi All, I found a potential leak of memory pointed to by 'entry' in task.c and i fix it. Cheers, Manuele === modified file 'uspace/srv/ns/task.c' --- uspace/srv/ns/task.c 2015-09-30 17:47:41 + +++ uspace/srv/ns/task.c 2016-07-06 11:02:57 + @@ -241,8 +241,10 @@ return ENOMEM;