On 09/20/2013 02:24 PM, Bernhard Voelker wrote: >> On September 20, 2013 at 2:01 PM Pádraig Brady <[email protected]> wrote: >> The attached should address this, in combination with: >> http://lists.gnu.org/archive/html/bug-gnulib/2013-09/msg00043.html > > The patch looks good. > Minor nit: maybe pw_name should be IF_LINT(free())d ... which > would require to remove the const qualifier on pw_name.
Excellent, Done. That gets rid of a valgrind "definitely lost" warning. thanks, Pádraig.
