30 Nov
                
                    2021
                
            
            
                30 Nov
                
                '21
                
            
            
            
        
    
                5:22 p.m.
            
        On a Tuesday in 2021, Peter Krempa wrote:
'blockNamedNodeData' is declared for automatic freeing but we also free it manually and reuse which is a code pattern we don't normally allow.
Rewrite the code to have actually two separate hash tables.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_checkpoint.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano