Useless Assignment at imap-match.c:175 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
imap_match_deinit (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-imap/imap-match.c)![]() | ||||||
![]() | ||||||
171 | void imap_match_deinit(struct imap_match_glob **glob) | |||||
172 | { | |||||
173 | p_free((*glob)->pool, (*glob)->patterns); | |||||
174 | p_free((*glob)->pool, *glob); | |||||
175 | *glob = NULL;
| |||||
176 | } | |||||
![]() |