Hello! I found resource leak in source{3,4}/lib/ldb/tools/ldbmodify.c files. Patch in attach.
Created attachment 4183 [details] Fix resource leak in lib/ldb/tools/ldbmodify.c Proposal patch.
I appreciate the use of tools to find bugs in Samba, but I do wonder about this one: Is it really a resource leak to leave the fclose() to the kernel (as a side-effect of exit())?
Fixed