Index: imap/squat_build.c =================================================================== RCS file: /cvs/src/cyrus/imap/squat_build.c,v retrieving revision 1.12 diff -u -d -r1.12 squat_build.c --- imap/squat_build.c 1 Oct 2007 18:36:00 -0000 1.12 +++ imap/squat_build.c 31 Dec 2007 14:27:45 -0000 @@ -1178,6 +1178,8 @@ != SQUAT_OK) { return SQUAT_ERR; } + free(entries[i].table); + entries[i].table = NULL; } else { offsets[i] = 0; }