Merge error. rcs_lockfile is freed after unlock.

This commit is contained in:
peter 1999-12-11 13:19:17 +00:00
parent 84268253e2
commit 46c190df97

View File

@ -8630,8 +8630,6 @@ rcs_internal_lockfile (rcsfile)
if (fp == NULL)
error (1, errno, "cannot fdopen %s", rcs_lockfile);
free (lockfile);
return fp;
}