]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/artprov.cpp
better attempts to try .utf-8 suffix
[wxWidgets.git] / src / common / artprov.cpp
index 74f8f798e76e5930e49b559ae13966e438e6aae8..1dda57dd33db0098efb53aa971ce3f676fdd6f64 100644 (file)
@@ -148,6 +148,7 @@ wxArtProviderCache *wxArtProvider::sm_cache = NULL;
 
 /*static*/ void wxArtProvider::CleanUpProviders()
 {
+    WX_CLEAR_LIST(wxArtProvidersList, *sm_providers);
     wxDELETE(sm_providers);
     wxDELETE(sm_cache);
 }