On Tue, 7 Feb 2012 05:05:03 -0500, Ethan Glasser-Camp <[email protected]> wrote: > From: Ethan Glasser-Camp <[email protected]> > > scandir() returns "strings allocated via malloc(3)" which are then > "collected in array namelist which is allocated via > malloc(3)". Currently we just free the array namelist. Instead, free > all the entries of namelist, and then free namelist.
pushed, thanks d _______________________________________________ notmuch mailing list [email protected] http://notmuchmail.org/mailman/listinfo/notmuch
