Changeset 2667

Show
Ignore:
Timestamp:
09/03/07 10:46:18
Author:
pvanhoof
Message:

2007-09-03 Philip Van Hoof <pvanhoof@gnome.org>

        • Fixed a filedescriptor leak when there are no items in a folder, on

summary.mmap

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r2666 r2667  
     12007-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 
    162007-09-03  Javier Fernandez Garcia-Boente  <jfernandez@igalia.com> 
     7 
    28        * Add a new API function, tny_send_queue_add_async to define 
    39        user and status callbacks for messages transfer to outbox  
  • trunk/libtinymail-camel/camel-lite/camel/camel-folder-summary.c

    r2653 r2667  
    785785        } 
    786786 
     787        if (s->saved_count <= 0) { 
     788                g_mapped_file_free (s->file); 
     789                s->file = NULL; 
     790        } 
    787791 
    788792        CAMEL_SUMMARY_UNLOCK(s, io_lock);