Thread (581 messages) flat view 581 messages, 16 authors, 2021-10-12

Re: [PATCH 15/17] hook: provide stdin by string_list or callback

From: Emily Shaffer <hidden>
Date: 2020-12-08 22:12:47

On Tue, Dec 08, 2020 at 10:09:25PM +0100, SZEDER Gábor wrote:
On Fri, Dec 04, 2020 at 05:46:05PM -0800, Emily Shaffer wrote:
quoted
diff --git a/hook.c b/hook.c
index f0c052d847..fbb49f241d 100644
--- a/hook.c
+++ b/hook.c
@@ -9,6 +9,8 @@ void free_hook(struct hook *ptr)
 {
 	if (ptr) {
 		strbuf_release(&ptr->command);
+		if (ptr->feed_pipe_cb_data)
Coccinelle suggests to drop this condition, because free() can handle
a NULL pointer just fine.
Done (locally). Thanks (and thanks for checking the coccinelle output
too).
quoted
+			free(ptr->feed_pipe_cb_data);
 		free(ptr);
 	}
 }
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help