diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-10-23 09:52:05 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-10-23 09:52:05 (GMT) |
commit | a545ddef177c6bcd75d2e006838687a35393fcce (patch) | |
tree | cd23d292af65043ed832968a519925ee742a2bcb | |
parent | 2628a0a4cfae6d45f8d3115fecb6ede3f8da02e6 (diff) | |
download | fluxbox-a545ddef177c6bcd75d2e006838687a35393fcce.zip fluxbox-a545ddef177c6bcd75d2e006838687a35393fcce.tar.bz2 |
clean up imlib2 loaders at shutdown
-rw-r--r-- | src/FbTk/ImageImlib2.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/ImageImlib2.cc b/src/FbTk/ImageImlib2.cc index 69fc333..0f2ece8 100644 --- a/src/FbTk/ImageImlib2.cc +++ b/src/FbTk/ImageImlib2.cc | |||
@@ -39,6 +39,8 @@ public: | |||
39 | for (; it != it_end; it++) { | 39 | for (; it != it_end; it++) { |
40 | imlib_context_free(it->second); | 40 | imlib_context_free(it->second); |
41 | } | 41 | } |
42 | |||
43 | imlib_flush_loaders(); | ||
42 | } | 44 | } |
43 | }; | 45 | }; |
44 | typedef ScreenImlibContextContainer::iterator ScreenImlibContext; | 46 | typedef ScreenImlibContextContainer::iterator ScreenImlibContext; |