Changeset 5071:a2480d667c19 for imap

Show
Ignore:
Timestamp:
2007-04-05 16:42:56 (20 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Small hcache-related memory leaks

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/message.c

    r5058 r5071  
    132132        && *uidnext > 0) 
    133133      evalhc = 1; 
     134    else 
     135      FREE (&uidnext); 
    134136    FREE (&uid_validity); 
    135137  }