Author: sragavan
Date: Mon Jan 28 09:09:55 2008
New Revision: 34916
URL: http://svn.gnome.org/viewvc/evolution?rev=34916&view=rev

Log:
2008-01-28  Srinivasa Ragavan  <[EMAIL PROTECTED]>

        * exchange-calendar.c: (e_exchange_calendar_commit): Fixes a double
        free.


Modified:
   trunk/plugins/exchange-operations/ChangeLog
   trunk/plugins/exchange-operations/exchange-calendar.c

Modified: trunk/plugins/exchange-operations/exchange-calendar.c
==============================================================================
--- trunk/plugins/exchange-operations/exchange-calendar.c       (original)
+++ trunk/plugins/exchange-operations/exchange-calendar.c       Mon Jan 28 
09:09:55 2008
@@ -480,6 +480,7 @@
                        if (authtype) {
                                e_source_set_property (source, "auth-type", 
authtype);
                                g_free (authtype);
+                               authtype=NULL;
                        }
                        e_source_set_property (source, "auth", "1");
                        if (rename) {
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to