Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at sctp_byte_graph_dlg.c:636

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

sctp_graph_close_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/sctp_byte_graph_dlg.c)expand/collapse
Show more  
 630  sctp_graph_close_cb(GtkWidget* widget _U_, gpointer u_data)
 631  {
 632          struct sctp_udata *udata;
 633          int dir;
 634   
 635          udata = (struct sctp_udata *)u_data;
 636          dir = udata->dir - 1;
 637          gtk_grab_remove(GTK_WIDGET(udata->io->window));
 638          gtk_widget_destroy(GTK_WIDGET(udata->io->window));
 639  }
Show more  




Change Warning 4257.29569 : Unused Value

Because they are very similar, this warning shares annotations with warning 4257.29570.

Priority:
State:
Finding:
Owner:
Note: