forked from AuroraMiddleware/gtk
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>
|
||||
|
||||
* configure.in: Bumped version number to 0.3.
|
||||
|
@ -166,6 +166,7 @@ image_handler_load (int idx)
|
||||
g_free (module_name);
|
||||
|
||||
module = g_module_open (path, G_MODULE_BIND_LAZY);
|
||||
g_free (path);
|
||||
if (!module) {
|
||||
g_warning ("Unable to load module: %s", path);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user