config_file.c
33.5 KB
-
config_file: avoid free'ing OOM buffers · e1e90dcc
Buffers which ran out of memory will never have any memory attached to them. As such, it is not necessary to call `git_buf_free` if the buffer is out of memory.
Patrick Steinhardt committed