clean up imlib2 loaders at shutdown

This commit is contained in:
Mathias Gumz 2011-10-23 11:52:05 +02:00
parent 2628a0a4cf
commit a545ddef17

View file

@ -39,6 +39,8 @@ public:
for (; it != it_end; it++) {
imlib_context_free(it->second);
}
imlib_flush_loaders();
}
};
typedef ScreenImlibContextContainer::iterator ScreenImlibContext;