mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
tests: Fixed some cppcheck warnings.
This commit is contained in:
committed by
Andreas Schneider
parent
7f0761885c
commit
e3311d03db
@@ -132,6 +132,7 @@ int torture_rmdirs(const char *path) {
|
||||
rewinddir(d);
|
||||
}
|
||||
} else {
|
||||
closedir(d);
|
||||
return -1;
|
||||
}
|
||||
|
||||
@@ -257,6 +258,7 @@ failed:
|
||||
}
|
||||
ssh_disconnect(t->ssh);
|
||||
ssh_free(t->ssh);
|
||||
free(t);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user