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:
Jakub Jelen
2023-04-28 10:55:15 +02:00
parent 4278499e26
commit e4bf3b97b4
5 changed files with 63 additions and 41 deletions

View File

@@ -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);