fetch: Fix minor memory leak
commit730b02003070400a82ff89b240573765d71e839a
authorAndreas Gruenbacher <agruen@suse.de>
Mon, 15 Mar 2010 22:18:48 +0000 (15 23:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Mar 2010 16:28:48 +0000 (20 09:28 -0700)
tree68dd7258ae05dd980ef0d192a307046d7e0f3a6f
parent8da61a2ab48175526390233c8bcedf63a3cdb6c4
fetch: Fix minor memory leak

A temporary struct ref is allocated in store_updated_refs() but not
freed.

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fetch.c