[gnome-photos/gnome-3-16] application: Silence valgrind spew from gegl_init
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/gnome-3-16] application: Silence valgrind spew from gegl_init
- Date: Tue, 6 Oct 2015 14:14:24 +0000 (UTC)
commit 72e9743bca352dc1c23421aab21f5323ea6993db
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Oct 6 15:59:46 2015 +0200
application: Silence valgrind spew from gegl_init
... by adding a matching call to gegl_exit in the shutdown method.
src/photos-application.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-application.c b/src/photos-application.c
index 1503f0f..1ce318a 100644
--- a/src/photos-application.c
+++ b/src/photos-application.c
@@ -777,6 +777,7 @@ photos_application_shutdown (GApplication *application)
{
PhotosApplication *self = PHOTOS_APPLICATION (application);
+ gegl_exit ();
tracker_extract_priority_call_clear_rdf_types (self->priv->extract_priority,
NULL,
photos_application_tracker_clear_rdf_types,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]