Useless Assignment at mail-index.c:712 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
mail_index_reset_error (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-index/mail-index.c)![]() | ||||||
![]() | ||||||
708 | void mail_index_reset_error(struct mail_index *index) | |||||
709 | { | |||||
710 | if (index->error != NULL) { | |||||
711 | i_free(index->error); | |||||
712 | index->error = NULL;
| |||||
713 | } | |||||
714 | ||||||
715 | index->nodiskspace = FALSE; | |||||
716 | index->index_lock_timeout = FALSE; | |||||
717 | } | |||||
![]() |