From 702fe2212dac8d0fea1cf69e03545f74e5ba3332 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 11 Dec 1999 13:19:17 +0000 Subject: Merge error. rcs_lockfile is freed after unlock. --- contrib/cvs/src/rcs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/cvs/src') diff --git a/contrib/cvs/src/rcs.c b/contrib/cvs/src/rcs.c index ff38a48..48be8e5 100644 --- a/contrib/cvs/src/rcs.c +++ b/contrib/cvs/src/rcs.c @@ -8630,8 +8630,6 @@ rcs_internal_lockfile (rcsfile) if (fp == NULL) error (1, errno, "cannot fdopen %s", rcs_lockfile); - free (lockfile); - return fp; } -- cgit v1.1