all repos — fluxbox @ a545ddef177c6bcd75d2e006838687a35393fcce

custom fork of the fluxbox windowmanager

clean up imlib2 loaders at shutdown
Mathias Gumz akira at fluxbox dot org
commit

a545ddef177c6bcd75d2e006838687a35393fcce

parent

2628a0a4cfae6d45f8d3115fecb6ede3f8da02e6

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/FbTk/ImageImlib2.ccsrc/FbTk/ImageImlib2.cc

@@ -39,6 +39,8 @@ std::map<int, Imlib_Context>::iterator it_end = this->end();

for (; it != it_end; it++) { imlib_context_free(it->second); } + + imlib_flush_loaders(); } }; typedef ScreenImlibContextContainer::iterator ScreenImlibContext;