git/builtin
Patrick Steinhardt 0aaca0ec09 builtin/log: fix leak when showing converted blob contents
In `show_blob_object()`, we proactively call `textconv_object()`. In
case we have a textconv driver for this blob we will end up showing the
converted contents, otherwise we'll show the un-converted contents of it
instead.

When the object has been converted we never free the buffer containing
the converted contents. Fix this to plug this memory leak.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-08-14 10:08:01 -07:00
..
2024-07-13 18:10:49 -07:00
2024-07-08 14:53:10 -07:00
2024-07-08 14:53:10 -07:00
2024-07-08 14:53:10 -07:00
2024-06-06 12:49:23 -07:00
2024-07-08 14:53:10 -07:00
2024-06-20 15:45:12 -07:00
2024-07-13 18:10:49 -07:00
2024-07-02 09:59:00 -07:00
2024-06-06 12:49:23 -07:00