[gimp/gimp-2-10] Issue #4331 - Bevel Reflect Logo script crashes in 2.10.14



commit b5ceb4610d3ca254fee056246d7f1ef247a92c87
Author: Michael Natterer <mitch gimp org>
Date:   Sat Dec 28 17:57:54 2019 +0100

    Issue #4331 - Bevel Reflect Logo script crashes in 2.10.14
    
    Add missing gegl_init() to map-object.

 plug-ins/map-object/map-object-main.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/plug-ins/map-object/map-object-main.c b/plug-ins/map-object/map-object-main.c
index 6bf3d94c6f..c2f6a82e9d 100644
--- a/plug-ins/map-object/map-object-main.c
+++ b/plug-ins/map-object/map-object-main.c
@@ -213,6 +213,7 @@ run (const gchar      *name,
   gint               i;
 
   INIT_I18N ();
+  gegl_init (NULL, NULL);
 
   values[0].type = GIMP_PDB_STATUS;
   values[0].data.d_status = status;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]