clean up imlib2 loaders at shutdown
This commit is contained in:
parent
2628a0a4cf
commit
a545ddef17
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ public:
|
|||
for (; it != it_end; it++) {
|
||||
imlib_context_free(it->second);
|
||||
}
|
||||
|
||||
imlib_flush_loaders();
|
||||
}
|
||||
};
|
||||
typedef ScreenImlibContextContainer::iterator ScreenImlibContext;
|
||||
|
|
Loading…
Reference in a new issue