Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH v2 FIXUP 22/25] fixup! string_list_add_refs_by_glob(): add a comment about memory management

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:57:32

Michael Haggerty [off-list ref] writes:
Signed-off-by: Michael Haggerty <redacted>
---
Junio, would you mind squashing this patch onto mh/reflife 22/25?
Done.  Thanks.
quoted hunk
 notes.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/notes.c b/notes.c
index 602d956..b69c0b8 100644
--- a/notes.c
+++ b/notes.c
@@ -932,6 +932,7 @@ static int string_list_add_one_ref(const char *refname, const unsigned char *sha
  */
 void string_list_add_refs_by_glob(struct string_list *list, const char *glob)
 {
+	assert(list->strdup_strings);
 	if (has_glob_specials(glob)) {
 		for_each_glob_ref(string_list_add_one_ref, glob, list);
 	} else {
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help