Re: [evolution-patches] Patch for bug #68697




Thanks, committed to both branches.  To make it easier for us in the future, include a ChangeLog entry next time.  e.g. see the diff below.


On Tue, 2004-10-26 at 18:59 +0200, Julio M. Merino Vidal wrote:
Hi all,

attached is a patch for bug number 68697:

http://bugzilla.ximian.com/show_bug.cgi?id=68697

Cheers

Index: camel/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/camel/ChangeLog,v
retrieving revision 1.2251.2.18
diff -u -p -r1.2251.2.18 ChangeLog
--- camel/ChangeLog     13 Oct 2004 01:28:03 -0000      1.2251.2.18
+++ camel/ChangeLog     27 Oct 2004 06:14:44 -0000
@@ -1,3 +1,8 @@
+2004-10-27  Julio M. Merino Vidal <jmmv menta net>
+
+       * camel-operation.c (camel_operation_shutdown): fix the arguments
+       to pthread_key_delete.
+
 2004-10-12  Not Zed  <NotZed Ximian com>
 
        ** See bug ???
Index: camel/camel-operation.c
===================================================================
RCS file: /cvs/gnome/evolution/camel/camel-operation.c,v
retrieving revision 1.18.14.1
diff -u -p -r1.18.14.1 camel-operation.c
--- camel/camel-operation.c     27 Sep 2004 05:21:17 -0000      1.18.14.1
+++ camel/camel-operation.c     27 Oct 2004 06:14:44 -0000
@@ -112,7 +112,7 @@ camel_operation_init(void)
 void
 camel_operation_shutdown (void)
 {
-       pthread_key_delete (&operation_key);
+       pthread_key_delete (operation_key);
 }
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]