mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
Free path.
1999-10-20 Federico Mena Quintero <federico@redhat.com> * src/gdk-pixbuf-io.c (image_handler_load): Free path.
This commit is contained in:
parent
b1c28ea656
commit
04823f40c4
@ -1,3 +1,7 @@
|
|||||||
|
1999-10-20 Federico Mena Quintero <federico@redhat.com>
|
||||||
|
|
||||||
|
* src/gdk-pixbuf-io.c (image_handler_load): Free path.
|
||||||
|
|
||||||
1999-10-20 Federico Mena Quintero <federico@redhat.com>
|
1999-10-20 Federico Mena Quintero <federico@redhat.com>
|
||||||
|
|
||||||
* configure.in: Bumped version number to 0.3.
|
* configure.in: Bumped version number to 0.3.
|
||||||
|
@ -166,6 +166,7 @@ image_handler_load (int idx)
|
|||||||
g_free (module_name);
|
g_free (module_name);
|
||||||
|
|
||||||
module = g_module_open (path, G_MODULE_BIND_LAZY);
|
module = g_module_open (path, G_MODULE_BIND_LAZY);
|
||||||
|
g_free (path);
|
||||||
if (!module) {
|
if (!module) {
|
||||||
g_warning ("Unable to load module: %s", path);
|
g_warning ("Unable to load module: %s", path);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user