plug a tiny mem leak.
authorPaolo Borelli <pborelli@katamail.com>
Sat, 31 Jan 2009 20:06:02 +0000 (20:06 +0000)
committerPaolo Borelli <pborelli@src.gnome.org>
Sat, 31 Jan 2009 20:06:02 +0000 (20:06 +0000)
2009-01-31  Paolo Borelli  <pborelli@katamail.com>

* glocalfileinfo.c: plug a tiny mem leak.

svn path=/trunk/; revision=7841

gio/ChangeLog
gio/glocalfileinfo.c

index a25f173..0c5b634 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-31  Paolo Borelli  <pborelli@katamail.com>
+
+       * glocalfileinfo.c: plug a tiny mem leak.
+
 2009-01-29  Ryan Lortie  <desrt@desrt.ca>
 
        * gioerror.c (g_io_error_from_errno): handle all possible cases of
index 299fc2d..9aa7331 100644 (file)
@@ -506,6 +506,8 @@ get_xattrs (const char            *path,
                g_free (escaped_attr);
              
              get_one_xattr (path, info, gio_attr, attr, follow_symlinks);
+
+             g_free (gio_attr);
            }
              
          len = strlen (attr) + 1;