mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
plug a tiny mem leak.
2009-01-31 Paolo Borelli <pborelli@katamail.com> * glocalfileinfo.c: plug a tiny mem leak. svn path=/trunk/; revision=7841
This commit is contained in:
committed by
Paolo Borelli
parent
e4f6ecbda6
commit
49719cca38
@@ -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;
|
||||
|
Reference in New Issue
Block a user