]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gdicmn.cpp
Forgot header with OSX prefix
[wxWidgets.git] / src / common / gdicmn.cpp
index e23c9a27fecbeabcf2e8dc505593aac0cea4c803..b6c49d06c7c5824686fdcaf1fc556498d5f85a29 100644 (file)
@@ -717,6 +717,8 @@ void wxDeleteStockLists()
     wxDELETE(wxTheBrushList);
     wxDELETE(wxThePenList);
     wxDELETE(wxTheFontList);
+
+    // wxTheColourDatabase is cleaned up by wxAppBase::CleanUp()
 }
 
 // ============================================================================