mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01: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:
parent
e4f6ecbda6
commit
49719cca38
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user