Changeset 3688
- Timestamp:
- 06/03/08 18:57:51
- Files:
-
- trunk/ChangeLog (modified) (2 diffs)
- trunk/libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-store.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3687 r3688 1 2008-06-03 Sergio Villar Senin <svillar@igalia.com> 2 3 * camel/providers/pop3/camel-pop3-store.c (connect_to_server): 4 fixed a crash when there is a connection problem related to TLS 5 1 6 2008-06-03 Jose Dapena Paz <jdapena@igalia.com> 2 7 … … 49 54 directory (the one on top of cur, new and tmp). 50 55 56 >>>>>>> .r3687 51 57 2008-05-26 Philip Van Hoof <pvanhoof@gnome.org> 52 58 trunk/libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-store.c
r3475 r3688 582 582 } 583 583 584 camel_object_unref (CAMEL_OBJECT (store->engine)); 584 /* camel_pop3_engine_iterate could issue a disconnect that 585 could set engine to NULL */ 586 if (store->engine) 587 camel_object_unref (CAMEL_OBJECT (store->engine)); 585 588 camel_object_unref (CAMEL_OBJECT (tcp_stream)); 586 589 g_static_rec_mutex_lock (store->eng_lock);
