mirror of https://github.com/GNOME/gimp.git
app: fix string leak in prefs_profile_combo_box_new()
This commit is contained in:
parent
f6ee562884
commit
b4a2fa916c
|
@ -880,6 +880,8 @@ prefs_profile_combo_box_new (GObject *config,
|
|||
gimp_color_profile_combo_box_set_active (GIMP_COLOR_PROFILE_COMBO_BOX (combo),
|
||||
filename, NULL);
|
||||
|
||||
g_free (filename);
|
||||
|
||||
g_signal_connect (dialog, "response",
|
||||
G_CALLBACK (prefs_profile_combo_dialog_response),
|
||||
combo);
|
||||
|
|
Loading…
Reference in New Issue