GtkFileFilter shouldn't be g_freed

This commit is contained in:
Berke Viktor 2012-07-21 21:56:19 +02:00
parent 6091c8e75e
commit 56afb16608
1 changed files with 0 additions and 1 deletions

View File

@ -490,7 +490,6 @@ gtkutil_file_req (const char *title, void *callback, void *userdata, char *filte
g_free (tokenbuffer);
gtk_file_chooser_set_filter (GTK_FILE_CHOOSER (dialog), filefilter);
g_free (filefilter);
}
freq = malloc (sizeof (struct file_req));