354ae9b qcow2: Simplify tempfile cleanup

Authored and Committed by till 5 years ago
    qcow2: Simplify tempfile cleanup
    
    Use the name attribute of the named temporary file to access it. It
    already contains the full path. Joining the user-specified path before
    it fails if it is None (the default) or would check the wrong path, it
    is specified.