diff options
Diffstat (limited to 'eglib/gmodule.c')
| -rw-r--r-- | eglib/gmodule.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/eglib/gmodule.c b/eglib/gmodule.c index c3400823..7224a9f6 100644 --- a/eglib/gmodule.c +++ b/eglib/gmodule.c @@ -63,6 +63,7 @@ gboolean g_module_close(GModule *module)  		return FALSE;  	} +	g_free(module->file_name);  	g_free(module);  	return TRUE;  | 
