]> git.saurik.com Git - wxWidgets.git/commitdiff
no change, just add comment about wxTheColourDatabase deletion
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 28 Dec 2008 11:34:30 +0000 (11:34 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 28 Dec 2008 11:34:30 +0000 (11:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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()
 }
 
 // ============================================================================