aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/uat_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/uat_gui.c')
-rw-r--r--gtk/uat_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/uat_gui.c b/gtk/uat_gui.c
index 2b7c7744dc..d8e45d7870 100644
--- a/gtk/uat_gui.c
+++ b/gtk/uat_gui.c
@@ -636,7 +636,7 @@ static gboolean uat_window_delete_event_cb(GtkWindow *w _U_, GdkEvent* e _U_, gp
gtk_widget_destroy(uat->rep->window);
uat->rep = NULL;
- if (rep) g_free(rep);
+ g_free(rep);
}
return TRUE;
}