Thread (2 messages) flat view 2 messages, 2 authors, 2022-09-19

Re: [PATCH v2] commit-graph: Fix missing closedir in expire_commit_graphs

From: Derrick Stolee <hidden>
Date: 2022-09-19 15:04:56

On 9/19/2022 10:14 AM, Miaoqian Lin wrote:
The function calls opendir() but missing the corresponding
closedir() before exit the function.
Add missing closedir() to fix it.
Thanks for the patch, Miaoqian.

I only have a very tiny nitpick with the line breaks in your
commit message. Either the "Add missing..." sentence should
start immediately after the previous sentence or have another
line break between the paragraphs. This shouldn't merit a
re-roll, but keep it in mind for future contributions.
 out:
+	if(dir)
+		closedir(dir);
 	strbuf_release(&path);
 }
This change looks correct to me. Thanks!
-Stolee
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help