Re: [PATCH v2 1/1] Don't free remote->name after fetch

2016-06-14 Thread Keith McGuigan
ith On Tue, Jun 14, 2016 at 2:49 PM, Junio C Hamano <gits...@pobox.com> wrote: > kmcgui...@twopensource.com writes: > >> From: Keith McGuigan <kmcgui...@twopensource.com> >> >> Make fetch's string_list of remote names owns all of its string items >> (strdup'

Re: [PATCH 1/1] Don't free remote->name after fetch

2016-06-13 Thread Keith McGuigan
ano <gits...@pobox.com> wrote: > > kmcgui...@twopensource.com writes: > > > From: Keith McGuigan <kmcgui...@twopensource.com> > > > > The string_list gets populated with the names from the remotes[] array, > > which are not dup'd and the list does not o