diff options
-rw-r--r-- | contrib/cvs/src/rcs.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |