mirror of
https://github.com/labwc/labwc.git
synced 2025-11-16 06:59:57 -05:00
icon-loader: fix memory leak of icon_loader->icon_theme
This commit is contained in:
parent
3f2cc1b29f
commit
b08f753497
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ icon_loader_finish(struct server *server)
|
|||
return;
|
||||
}
|
||||
|
||||
sfdo_icon_theme_destroy(loader->icon_theme);
|
||||
sfdo_desktop_db_destroy(loader->desktop_db);
|
||||
sfdo_icon_ctx_destroy(loader->icon_ctx);
|
||||
sfdo_desktop_ctx_destroy(loader->desktop_ctx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue