mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
libgimp, plug-ins: use g_strfreev() to free PDB string arrays
This commit is contained in:
parent
67dda14e77
commit
c77fc779db
9 changed files with 15 additions and 30 deletions
|
@ -521,11 +521,9 @@ browser_search (GimpBrowser *browser,
|
|||
gtk_list_store_set (dialog->store, &iter,
|
||||
COLUMN_PROC_NAME, proc_list[i],
|
||||
-1);
|
||||
|
||||
g_free (proc_list[i]);
|
||||
}
|
||||
|
||||
g_free (proc_list);
|
||||
g_strfreev (proc_list);
|
||||
|
||||
gtk_tree_view_columns_autosize (GTK_TREE_VIEW (dialog->tree_view));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue