]> Pileus Git - ~andy/gtk/commitdiff
Fix mem leak. Bug #505556.
authorChristian Persch <chpe@src.gnome.org>
Tue, 25 Dec 2007 16:57:25 +0000 (16:57 +0000)
committerChristian Persch <chpe@src.gnome.org>
Tue, 25 Dec 2007 16:57:25 +0000 (16:57 +0000)
svn path=/trunk/; revision=19240

ChangeLog
modules/other/gail/gailitem.c

index e6afb0f16335cfa85afdf94e40cf314e316c421a..8971374a99c8301f376c53dca021fa9dd8b298f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,18 @@
 2007-12-22  Christian Persch  <chpe@gnome.org>
 
+       * modules/other/gail/gailitem.c: Fix mem leak. Bug #505556.
+
+2007-12-25  Christian Persch  <chpe@gnome.org>
+
        * modules/other/gail/gailwindow.c: (gail_window_initialize):
        Initialise |widget|. Fixes a buglet introduced by the commit from bug
        #505226.
 
-2007-12-22  Christian Persch  <chpe@gnome.org>
+2007-12-25  Christian Persch  <chpe@gnome.org>
 
         * modules/other/gail/*.h: Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268.
        
-2007-12-22  Christian Persch  <chpe@gnome.org>
+2007-12-25  Christian Persch  <chpe@gnome.org>
 
        * modules/other/gail/*.[ch]: Remove relocations from the atk
        factories. Remove unused gail_foo_new() functions. Fix object
index 33bd311e71be8217afd4b293753764580c2acf07..042da2f69c8b0dbbc486c791c48a9f5f80103d27 100644 (file)
@@ -275,6 +275,8 @@ gail_item_get_name (AtkObject *obj)
                                    g_value_unset (&value);
                                    break;
                                  }
+
+                               g_value_unset (&value);
                             }
                         }
                       name = item->text;