plugged memory leaks

This commit is contained in:
Massimo Valentini
2012-02-07 14:06:12 +01:00
parent 73a3b56ec9
commit 39368a410d
27 changed files with 74 additions and 24 deletions

View File

@ -265,6 +265,7 @@ gimp_ui_configurer_move_docks_to_columns (GimpUIConfigurer *ui_configurer,
g_list_free (docks);
}
}
g_list_free (dialogs);
}
/**