]> git.saurik.com Git - wxWidgets.git/commit
Fix for unsafe use of a global pointer for focus window: now checks at destruct
authorJulian Smart <julian@anthemion.co.uk>
Mon, 12 Feb 2001 13:45:18 +0000 (13:45 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 12 Feb 2001 13:45:18 +0000 (13:45 +0000)
commit44cd54c24e77f6cdf4003156a3d6809e2dd97483
treedc85f6a7764d6beb3e10ec8d245b61722c47ef5a
parent6e358ae7043a7a3b1912435f88ad05d796c1bf98
Fix for unsafe use of a global pointer for focus window: now checks at destruct
time to see if we should NULL the pointer.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp
src/gtk1/window.cpp