diff src/gtk/transfer.c @ 59:618423504fe0

2002-11-20 Brian Masney <masneyb@gftp.org> * lib/config_file.c - don't check buf[-1] for blank newlines in gftp_read_config_file() and gftp_read_bookmarks_file() * lib/misc.c (string_hash_function) - Fixes if the string was less than 2 characters * src/gtk/transfer.c - unlock mutex before we destroy (for POSIX compliance) All 3 of these fixes are from Peter Osterlund <petero2@telia.com>
author masneyb
date Thu, 21 Nov 2002 02:49:06 +0000
parents c01d91c10f6c
children 41b71c4e5076
line wrap: on
line diff
--- a/src/gtk/transfer.c	Thu Nov 21 00:33:51 2002 +0000
+++ b/src/gtk/transfer.c	Thu Nov 21 02:49:06 2002 +0000
@@ -1616,6 +1616,7 @@
 	  else if (tdata->done)
 	    {
 	      next = templist->next;
+              pthread_mutex_unlock (tdata->structmutex);
 	      transfer_done (templist);
 	      templist = next;
 	      continue;