Files
gimp/libgimpwidgets
Alx Sa 0e3f34206a libgimpwidgets: Prevent FileChooser widget from crashing
We dereference "file" twice in gimp_prop_file_chooser_button_callback(),
once in the GIMP_IS_PARAM_SPEC_CONFIG_PATH () condition and then
at the end of the function. This is likely due to a similar structure in 2.10,
which did not have a second condition.
As a result, any Gegl filter which had a file property would crash if set from
a GUI. The first g_object_unref() is removed so we only dereference "file"
once.
2024-04-04 15:23:27 +00:00
..
2021-08-22 12:22:50 +02:00
2024-01-30 15:55:10 +00:00
2020-05-04 21:31:30 +02:00
2023-10-25 16:15:04 +00:00