app: fix string leak in prefs_profile_combo_box_new()

This commit is contained in:
Michael Natterer 2014-03-27 19:11:13 +01:00
parent f6ee562884
commit b4a2fa916c
1 changed files with 2 additions and 0 deletions

View File

@ -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);