aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/ImageImlib2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/ImageImlib2.cc')
-rw-r--r--src/FbTk/ImageImlib2.cc2
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};
44typedef ScreenImlibContextContainer::iterator ScreenImlibContext; 46typedef ScreenImlibContextContainer::iterator ScreenImlibContext;