Bug 621740 - Fix double command ->complete() in imapx_command_start_next()
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 16 Jun 2010 23:06:54 +0000 (00:06 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 16 Jun 2010 23:17:37 +0000 (00:17 +0100)
commitd79d1aa93a6d7c98eae23dbfba1aa0c8f4133982
tree6f4879ecc5ab0fa74c46d7efd8a7fcc568bbf94b
parent87186ef76ebc1cdb8aac7c7b41103e36e40ae51b
Bug 621740 - Fix double command ->complete() in imapx_command_start_next()

If imapx_command_start() returns FALSE, it'll already have called the
completion function for the command in question. Don't do it again; it's the
second of the _three_ places that command was getting freed.
camel/providers/imapx/camel-imapx-server.c