
30 Nov
2021
30 Nov
'21
3:03 p.m.
On a Tuesday in 2021, Peter Krempa wrote:
Allocate the hash table only after the log file is opened so that we don't need to deallocate it on failure.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/libxl/libxl_logger.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano