Useless Assignment at imap-parser.c:74 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
imap_parser_destroy (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-imap/imap-parser.c)![]() | ||||||
![]() | ||||||
70 | void imap_parser_destroy(struct imap_parser **parser) | |||||
71 | { | |||||
72 | pool_unref(&(*parser)->pool); | |||||
73 | i_free(*parser); | |||||
74 | *parser = NULL;
| |||||
75 | } | |||||
![]() |