diff --git a/src/filetransfer/worker.c b/src/filetransfer/worker.c index c448737..c1c39a9 100644 --- a/src/filetransfer/worker.c +++ b/src/filetransfer/worker.c @@ -122,6 +122,7 @@ if(worker->hSession) { + lib3270_reset_ft_callbacks(worker->hSession); lib3270_ft_set_user_data(worker->hSession,NULL); lib3270_ft_destroy(worker->hSession,NULL); worker->hSession = NULL; -- libgit2 0.21.2