From owner-cvs-all Mon Jun 10 14:15:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C27C37B403; Mon, 10 Jun 2002 14:15:54 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ALFpJ34295; Mon, 10 Jun 2002 14:15:51 -0700 (PDT) (envelope-from dillon) Message-Id: <200206102115.g5ALFpJ34295@freefall.freebsd.org> From: Matt Dillon Date: Mon, 10 Jun 2002 14:15:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/i386 reloc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/06/10 14:15:50 PDT Modified files: libexec/rtld-elf/i386 reloc.c Log: Correct a bug in the last commit. The whole point of creating a 'done:' goto target was so the cache could be freed. So free the cache after done: rather then before done: (!) Submitted by: Gavin Atkinson Revision Changes Path 1.10 +3 -3 src/libexec/rtld-elf/i386/reloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message