Skip to content
Snippets Groups Projects
Commit 2943a28a authored by Nick Schermer's avatar Nick Schermer
Browse files

Free module list in provider factory.

parent 363940ef
No related branches found
No related tags found
No related merge requests found
......@@ -331,6 +331,8 @@ thunarx_provider_factory_list_providers (ThunarxProviderFactory *factory,
for (lp = modules; lp != NULL; lp = lp->next)
if (!thunarx_provider_plugin_get_resident (lp->data))
g_type_module_unuse (G_TYPE_MODULE (lp->data));
g_list_free (modules);
}
return providers;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment