Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BBEE84F1A for ; Fri, 16 Jun 2023 23:36:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id w-LvPMuoPrbA for ; Fri, 16 Jun 2023 23:36:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 109A884D6B for ; Fri, 16 Jun 2023 23:36:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03D12FA89; Fri, 16 Jun 2023 23:36:27 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 16 Jun 2023 23:36:26 +0000 From: "Thomas Klausner" Subject: CVS commit: src/usr.bin/patch To: source-changes@NetBSD.org Approved: for-source-only Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230616233627.03D12FA89@cvs.NetBSD.org> Module Name: src Committed By: wiz Date: Fri Jun 16 23:36:26 UTC 2023 Modified Files: src/usr.bin/patch: inp.c Log Message: Fix memory leak CVS: ---------------------------------------------------------------------- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123 CVS: CVS: Please evaluate your changes and consider the following. CVS: Abort checkin if you answer no. CVS: => For all changes: CVS: Do the changed files compile? CVS: Has the change been tested? CVS: => If you are not completely familiar with the changed components: CVS: Has the change been posted for review? CVS: Have you allowed enough time for feedback? CVS: => If the change is major: CVS: => If the change adds files to, or removes files from $DESTDIR: CVS: => If you are changing a library or kernel interface: CVS: Have you successfully run "./build.sh release"? To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/usr.bin/patch/inp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.