Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at imap-match.c:175

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

imap_match_deinit

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-imap/imap-match.c)expand/collapse
Show more  
 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  }
Show more  




Change Warning 7177.24382 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: