Changeset 5102:9f6afccedd2f
- Timestamp:
- 2007-04-09 09:09:59 (21 months ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
Null out idata->hcache when closing, and remove close from open failure (mx_close will handle it).
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5073
|
r5102
|
|
| 758 | 758 | |
| 759 | 759 | fail: |
| 760 | | #ifdef USE_HCACHE |
| 761 | | mutt_hcache_close (idata->hcache); |
| 762 | | #endif |
| 763 | 760 | if (idata->state == IMAP_SELECTED) |
| 764 | 761 | idata->state = IMAP_AUTHENTICATED; |
| … |
… |
|
| 1325 | 1322 | #ifdef USE_HCACHE |
| 1326 | 1323 | mutt_hcache_close (idata->hcache); |
| | 1324 | idata->hcache = NULL; |
| 1327 | 1325 | #endif |
| 1328 | 1326 | mutt_bcache_close (&idata->bcache); |