Changeset 2667
- Timestamp:
- 09/03/07 10:46:18
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymail-camel/camel-lite/camel/camel-folder-summary.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r2666 r2667 1 2007-09-03 Philip Van Hoof <pvanhoof@gnome.org> 2 3 * Fixed a filedescriptor leak when there are no items in a folder, on 4 summary.mmap 5 1 6 2007-09-03 Javier Fernandez Garcia-Boente <jfernandez@igalia.com> 7 2 8 * Add a new API function, tny_send_queue_add_async to define 3 9 user and status callbacks for messages transfer to outbox trunk/libtinymail-camel/camel-lite/camel/camel-folder-summary.c
r2653 r2667 785 785 } 786 786 787 if (s->saved_count <= 0) { 788 g_mapped_file_free (s->file); 789 s->file = NULL; 790 } 787 791 788 792 CAMEL_SUMMARY_UNLOCK(s, io_lock);
