[gimp/wip/Jehan/make-check-CI-master] Just for the test!
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/make-check-CI-master] Just for the test!
- Date: Thu, 19 Mar 2020 11:17:28 +0000 (UTC)
commit a3d77f94bf7c13d7ae7d5520e2b37f05a1c30972
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..673303d48e 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 \n");
g_object_unref (image);
+ printf("image deleted\n");
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]