]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected description of auto-created wxConfig ownership (patch from bug 706868)
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Apr 2003 23:20:21 +0000 (23:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Apr 2003 23:20:21 +0000 (23:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/config.tex

index a0619267874b729cedd0fc2b1f3b51ed8ab0c36e..225dd4186ac881188204ad72e3bb108b6b6c4809 100644 (file)
@@ -87,9 +87,8 @@ one (especially because creating a wxFileConfig object might be a time
 consuming operation). In this case, you may create this global config object
 in the very start of the program and {\it Set()} it as the default. Then, from
 anywhere in your program, you may access it using the {\it Get()} function.
-Note that wxWindows will delete this config object for you during the program
-shutdown (from \helpref{wxApp::OnExit}{wxapponexit} to be precise) but you can
-also do it yourself earlier if needed.
+Note that you must delete this object (usually in \helpref{wxApp::OnExit}{wxapponexit}) 
+in order to avoid memory leaks, wxWindows won't do it automatically.
 
 As it happens, you may even further simplify the procedure described above:
 you may forget about calling {\it Set()}. When {\it Get()} is called and there