Enabled free'ing folders and messages again

This commit is contained in:
Pierre Pronchery 2012-12-03 20:02:55 +01:00
parent a9d80e4d24
commit f6bd79cbbe

View File

@ -292,7 +292,7 @@ static int _imap4_destroy(IMAP4 * imap4)
if(imap4 == NULL) /* XXX _imap4_destroy() may be called uninitialized */
return 0;
_imap4_stop(imap4);
#if 0 /* XXX do not free() */
#if 1 /* XXX anything wrong here? */
_imap4_folder_delete(imap4, &imap4->folders);
#endif
for(i = 0; i < sizeof(_imap4_config) / sizeof(*_imap4_config); i++)