Re: [PATCH] strbuf: instate cleanup rule in case of non-memory errors
From: Junio C Hamano <hidden> Date: 2016-06-15 22:45:53
René Scharfe [off-list ref] writes:
Make all strbuf functions that can fail free() their memory on error if
they have allocated it. They don't shrink buffers that have been grown,
though.