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



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

    Just for the test!
    
    What happens if I don't run gimp_exit()? Do the problematic
    g_object_unref() happens in there?

 app/tests/test-save-and-export.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/tests/test-save-and-export.c b/app/tests/test-save-and-export.c
index 50fbd24ddc..096cc79a43 100644
--- a/app/tests/test-save-and-export.c
+++ b/app/tests/test-save-and-export.c
@@ -385,7 +385,7 @@ main(int    argc,
                                        "app/tests/gimpdir-output");
 
   /* Exit properly so we don't break script-fu plug-in wire */
-  gimp_exit (gimp, TRUE);
+  /*gimp_exit (gimp, TRUE);*/
 
   return result;
 }


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