Text   |  XML   |  ReML   |   Visible Warnings:

Redundant Condition  at main_filter_toolbar.c:291

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

dfilter_combo_add_recent

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/main_filter_toolbar.c)expand/collapse
Show more  
 286  dfilter_combo_add_recent(gchar *s) {
 287    GtkWidget *filter_cm = g_object_get_data(G_OBJECT(top_level), E_DFILTER_CM_KEY);
 288    char      *dup;
 289   
 290    dup = g_strdup(s);
 291    if (!dfilter_combo_add(filter_cm, dup)) {
 292      g_free(dup);
 293      return FALSE;
 294    }
 295   
 296    return TRUE;
 297  }
Show more  




Change Warning 4178.30030 : Redundant Condition

Priority:
State:
Finding:
Owner:
Note: