Commit b8be8f94be0da978c8c49c8bf97a32a8e17f3943

Authored by Perry Werneck
1 parent a6dfb304
Exists in master and in 1 other branch develop

Cancelling FT on worker widget finalization.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/filetransfer/worker.c
... ... @@ -122,6 +122,7 @@
122 122  
123 123 if(worker->hSession)
124 124 {
  125 + lib3270_reset_ft_callbacks(worker->hSession);
125 126 lib3270_ft_set_user_data(worker->hSession,NULL);
126 127 lib3270_ft_destroy(worker->hSession,NULL);
127 128 worker->hSession = NULL;
... ...