Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Call  at cfilter_combo_utils.c:88

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

cfilter_combo_add_recent

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/cfilter_combo_utils.c)expand/collapse
Show more  
 83   cfilter_combo_add_recent(gchar *s) {
 84     gchar *dup;
 85   
 86     dup = g_strdup(s);
 87     if (!cfilter_combo_add(dup)) {
 88       g_free(dup);
 89       return FALSE;
 90     }
 91     return TRUE;
 92  }
Show more  




Change Warning 3959.29907 : Unreachable Call

Priority:
State:
Finding:
Owner:
Note: