K 10 svn:author V 6 marcel K 8 svn:date V 27 2002-10-19T05:01:54.000000Z K 7 svn:log V 306 In link_elf_load_file(), when SPARSE_MAPPING is defined and we cannot allocate ef->object, we freed ef before bailing out with an error. This is wrong because ef=lf and when we have an error and lf is non-NULL (which holds if we try to alloc ef->object), we free lf and thus ef as part of the bailing-out. END