[gnome-flashback] notifications: destroy bubbles hash table



commit cda7a76f073e5c320cb74d6a60e67a3db99e66cc
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed Apr 27 22:05:47 2016 +0300

    notifications: destroy bubbles hash table

 gnome-flashback/libnotifications/nd-queue.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnome-flashback/libnotifications/nd-queue.c b/gnome-flashback/libnotifications/nd-queue.c
index 3c5a44c..14a53d8 100644
--- a/gnome-flashback/libnotifications/nd-queue.c
+++ b/gnome-flashback/libnotifications/nd-queue.c
@@ -509,6 +509,7 @@ nd_queue_finalize (GObject *object)
         }
 
         g_hash_table_destroy (queue->priv->notifications);
+        g_hash_table_destroy (queue->priv->bubbles);
         g_queue_free (queue->priv->queue);
 
         destroy_screen (queue);


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