mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Free inb on error return.
CID: 270099
This commit is contained in:
parent
074170fb81
commit
7e7e1b062b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327267
@ -263,6 +263,7 @@ r2: if (inn != outn) {
|
||||
if (!inn) {
|
||||
if (eot++) {
|
||||
fprintf(msg, "tcopy: tapes are identical.\n");
|
||||
free(inb);
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user