Patrick Steinhardt <ps@xxxxxx> writes: > this is the third version of this patch series that converts the > reftable library to start handling allocation errors. This is done such > that the reftable library can truly behave like a library and let its > callers handle such conditions. > > There is only a single change compared to v1, namely that we use > `reftable_free()` instead of `free()`. Indeed that is the only change in this iteration. Looking good. Thanks.