mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
Avoid memory leaks from the server_auth_kbdint
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
@@ -155,6 +155,8 @@ __attribute__((weak)) int torture_run_tests(void);
|
||||
int torture_run_tests(void);
|
||||
#endif
|
||||
|
||||
void torture_free_state(struct torture_state *s);
|
||||
|
||||
char *torture_make_temp_dir(const char *template);
|
||||
char *torture_create_temp_file(const char *template);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user