aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/sctp_assoc_analyse.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-04-15 17:27:50 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-04-15 17:27:50 +0000
commit9a988f7de5a139fd5b817fe506e7655c81773771 (patch)
treef1082b574d41de12fa0e5ef217e0c394510d83d8 /ui/gtk/sctp_assoc_analyse.c
parent5758c2cd32f56bad4862a3f1648771dc6be4dab3 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=42086
Diffstat (limited to 'ui/gtk/sctp_assoc_analyse.c')
-rw-r--r--ui/gtk/sctp_assoc_analyse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/sctp_assoc_analyse.c b/ui/gtk/sctp_assoc_analyse.c
index 8c897744b6..8aa8334ceb 100644
--- a/ui/gtk/sctp_assoc_analyse.c
+++ b/ui/gtk/sctp_assoc_analyse.c
@@ -94,7 +94,6 @@ on_destroy(GObject *object _U_, gpointer user_data)
child_data = (struct sctp_udata *)list->data;
gtk_grab_remove(GTK_WIDGET(child_data->io->window));
gtk_widget_destroy(GTK_WIDGET(child_data->io->window));
- list = g_list_previous(list);
}
g_list_free(u_data->children);
u_data->children = NULL;