diff options
Diffstat (limited to 'src')
-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; |