aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_file_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/capture_file_dlg.c')
-rw-r--r--gtk/capture_file_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_file_dlg.c b/gtk/capture_file_dlg.c
index c2cb656f12..24acb38710 100644
--- a/gtk/capture_file_dlg.c
+++ b/gtk/capture_file_dlg.c
@@ -1506,7 +1506,7 @@ color_global_cb(GtkWidget *widget _U_, gpointer data)
gtk_file_chooser_select_filename(GTK_FILE_CHOOSER(fs_widget), path);
- g_free((gchar *)path);
+ g_free(path);
}
/* Import color filters */