diff options
author | Bert Wesarg <bert.wesarg@googlemail.com> | 2009-12-01 00:57:27 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-01 12:26:32 -0800 |
commit | 92f676fce7fb1e67cb10c7c7d0b5e7521ff829b4 (patch) | |
tree | 38161ba5f7e6584a5c99b91a8916f4681b3d4978 /bundle.h | |
parent | t/README: Document GIT_TEST_INSTALLED and GIT_TEST_EXEC_PATH (diff) | |
download | tgif-92f676fce7fb1e67cb10c7c7d0b5e7521ff829b4.tar.xz |
get_ref_states: strdup entries and free util in stale list
The entries in states->stale list is filled in handle_one_branch() that is
a call-back funcation to for_each_ref() using the callback parameter given
to it. We need to strdup() the refnames (both the string list key and the
value stored in util) for more permanent storage and free them when we are
done.
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bundle.h')
0 files changed, 0 insertions, 0 deletions