gimp/app/propgui
Jehan fd9f96f174 app: get rid of a wrong return-after-free report.
Reported by Massimo, though this one is wrong, as far as I can see.

`ninja scan-build` apparently reports `result` as being returned after
being freed here. But actually since we are setting the `error` with
g_set_error() in the same time we free `result`, we would also enter the
`if (*error)` block a few lines later, which would return NULL and not
`result` anyway. I guess the static analyzer could not see that far.

Still, set the pointer to NULL with g_clear_pointer(), which should be
enough to make the static analyzer happy.
2021-10-01 12:51:48 +02:00
..
.gitignore app: move all propgui files from app/widgets/ to new folder app/propgui/ 2017-07-03 12:29:41 +02:00
Makefile.am app: add gegl:focus-blur to Filters -> Blur 2020-05-15 00:48:39 +03:00
gimppropgui-channel-mixer.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimppropgui-channel-mixer.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-color-balance.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimppropgui-color-balance.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-color-rotate.c app: return visible widgets from a few more gimp_prop() functions 2020-07-31 20:47:05 +03:00
gimppropgui-color-rotate.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-color-to-alpha.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimppropgui-color-to-alpha.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-convolution-matrix.c app: fix config properties / spin buttons mapping for Convolution Matrix filter 2021-01-31 13:09:15 +01:00
gimppropgui-convolution-matrix.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-diffraction-patterns.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimppropgui-diffraction-patterns.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-eval.c app: get rid of a wrong return-after-free report. 2021-10-01 12:51:48 +02:00
gimppropgui-eval.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-focus-blur.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimppropgui-focus-blur.h app: add gegl:focus-blur to Filters -> Blur 2020-05-15 00:48:39 +03:00
gimppropgui-generic.c app: misc cleanup in prop-gui range creation 2020-06-03 10:16:23 +03:00
gimppropgui-generic.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-hue-saturation.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimppropgui-hue-saturation.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-motion-blur-circular.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimppropgui-motion-blur-circular.h Issue #2136 - On-image UI for adjusting Linear Motion Blur 2019-01-04 14:38:49 +01:00
gimppropgui-motion-blur-linear.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimppropgui-motion-blur-linear.h Issue #2136 - On-image UI for adjusting Linear Motion Blur 2019-01-04 14:38:49 +01:00
gimppropgui-motion-blur-zoom.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimppropgui-motion-blur-zoom.h Issue #2136 - On-image UI for adjusting Linear Motion Blur 2019-01-04 14:38:49 +01:00
gimppropgui-newsprint.c Missing mnemonics on several dialogs 2019-09-05 22:41:19 +03:00
gimppropgui-newsprint.h app: add gegl:newsprint to Filters -> Distorts 2019-07-17 18:24:33 +02:00
gimppropgui-panorama-projection.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimppropgui-panorama-projection.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-recursive-transform.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimppropgui-recursive-transform.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-shadows-highlights.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimppropgui-shadows-highlights.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-spiral.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimppropgui-spiral.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-supernova.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimppropgui-supernova.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-utils.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-utils.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropgui-vignette.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimppropgui-vignette.h app: add FOCUS controller to gegl:vignette 2020-05-15 00:48:39 +03:00
gimppropgui.c app: add gegl:focus-blur to Filters -> Blur 2020-05-15 00:48:39 +03:00
gimppropgui.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
meson.build app: add gegl:focus-blur to Filters -> Blur 2020-05-15 00:48:39 +03:00
propgui-types.h app: add FOCUS prop-gui controller 2020-05-15 00:48:39 +03:00