[gimp/wip/Jehan/make-check-CI-master] Just for the test!



commit ce8e095ae92ef81f64e8f513f5bec8eff79ddfeb
Author: Jehan <jehan girinstud io>
Date:   Thu Mar 19 11:19:18 2020 +0100

    Just for the test!
    
    I could confirm the issue happens in gimp_exit()?
    This is extra ugly to debug with printf in the CI, but since I can't
    reproduce and am stuck, let's do the ugly approach!

 app/core/gimp.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/app/core/gimp.c b/app/core/gimp.c
index 30dd92a4c3..8d3f06c5d1 100644
--- a/app/core/gimp.c
+++ b/app/core/gimp.c
@@ -868,7 +868,7 @@ gimp_exit (Gimp     *gimp,
 
   g_return_if_fail (GIMP_IS_GIMP (gimp));
 
-  if (gimp->be_verbose)
+  /*if (gimp->be_verbose)*/
     g_print ("EXIT: %s\n", G_STRFUNC);
 
   g_signal_emit (gimp, gimp_signals[EXIT], 0,
@@ -887,7 +887,9 @@ gimp_exit (Gimp     *gimp,
     {
       GimpImage *image = image_iter->data;
 
+      printf("deleting image %d\n", image);
       g_object_unref (image);
+      printf("image deleted\n");
     }
 }
 


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