[svn] dirmngr - r286 - trunk/src

svn author marcus cvs at cvs.gnupg.org
Wed Feb 13 12:48:39 CET 2008


Author: marcus
Date: 2008-02-13 12:48:38 +0100 (Wed, 13 Feb 2008)
New Revision: 286

Modified:
   trunk/src/ChangeLog
   trunk/src/dirmngr.c
Log:
2008-02-13  Marcus Brinkmann  <marcus at g10code.de>

	* dirmngr.c (launch_reaper_thread): Destroy tattr.
	(handle_connections): Likewise.


Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2008-02-12 01:14:07 UTC (rev 285)
+++ trunk/src/ChangeLog	2008-02-13 11:48:38 UTC (rev 286)
@@ -1,3 +1,8 @@
+2008-02-13  Marcus Brinkmann  <marcus at g10code.de>
+
+	* dirmngr.c (launch_reaper_thread): Destroy tattr.
+	(handle_connections): Likewise.
+
 2008-02-12  Marcus Brinkmann  <marcus at g10code.de>
 
 	* ldap.c (pth_close) [! HAVE_W32_SYSTEM]: New macro.

Modified: trunk/src/dirmngr.c
===================================================================
--- trunk/src/dirmngr.c	2008-02-12 01:14:07 UTC (rev 285)
+++ trunk/src/dirmngr.c	2008-02-13 11:48:38 UTC (rev 286)
@@ -411,6 +411,7 @@
                  strerror (errno) );
       dirmngr_exit (1);
     }
+  pth_attr_destroy (tattr);
 }
 
 /* Helper to stop the reaper thread for the ldap wrapper.  */
@@ -662,7 +663,6 @@
   /* Other defaults.  */
   socket_name = default_socket_name ();
 
-
   /* Check whether we have a config file given on the commandline */
   orig_argc = argc;
   orig_argv = argv;
@@ -1845,6 +1845,7 @@
   pth_event_free (ev, PTH_FREE_ALL);
   if (time_ev)
     pth_event_free (time_ev, PTH_FREE_ALL);
+  pth_attr_destroy (tattr);
   cleanup ();
   log_info ("%s %s stopped\n", strusage(11), strusage(13));
 }




More information about the Gnupg-commits mailing list