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:
Federico Mena Quintero 1999-10-21 00:37:21 +00:00 committed by Arturo Espinosa
parent b1c28ea656
commit 04823f40c4
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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;