c9c4494be2e6e8664ed2a37f74c2989c9b0ffe65 |
|
07-Jul-2017 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
virtual: Fix keywords handling
Keywords are per-mail object, and should be treated as one. The old
code left pointer to keywords dandling which lead into double-free.
Now the ctx->data is treated in similar way as other backends.
Fixes Panic: file mail-index.c: line 417 (mail_index_keywords_unref): assertion failed: (keywords->refcount > 0)
Fixes Panic: file mail-storage.c: line 2311 (mailbox_save_context_reset): assertion failed: (!ctx->unfinished) |