Fix leaks detected by clang scan-build (only 1 of 4 may be important though)

This commit is contained in:
Vitaliy Filippov
2022-01-16 00:11:59 +03:00
parent 7bdd92ca4f
commit 77cc18420a
5 changed files with 4 additions and 1 deletions
-1
View File
@@ -166,5 +166,4 @@ void run_stub(int peer_fd)
break;
}
}
free(buf);
}