On Tue, Oct 30, 2012 at 2:58 PM, Christiano F. Haesbaert <[email protected]> wrote: > On 30 October 2012 14:36, rustyBSD <[email protected]> wrote: >> MMmhh... >> >> == /usr/src/usr.bin/mg/dired.c == >> Go look the line 729: >> >> if ((fopen(dname,"r")) == NULL) { >> ... >> >> Now you can cry >> > > What is your point ? >
you leak a FILE object and a descriptor.
