mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 01:18:53 +02:00
fix leak.
2001-11-16 Michael Meeks <michael@ximian.com> * gmodule.c (parse_libtool_archive): fix leak.
This commit is contained in:
committed by
Michael Meeks
parent
dbc004bc12
commit
e3750c7c90
@@ -263,6 +263,7 @@ parse_libtool_archive (const gchar* libtool_name)
|
||||
gchar *dir = g_path_get_dirname (libtool_name);
|
||||
g_free (lt_libdir);
|
||||
lt_libdir = g_strconcat (dir, G_DIR_SEPARATOR_S ".libs", NULL);
|
||||
g_free (dir);
|
||||
}
|
||||
|
||||
name = g_strconcat (lt_libdir, G_DIR_SEPARATOR_S, lt_dlname, NULL);
|
||||
|
Reference in New Issue
Block a user