pull up r19627 from trunk
authorTom Yu <tlyu@mit.edu>
Thu, 9 Aug 2007 22:11:30 +0000 (22:11 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 9 Aug 2007 22:11:30 +0000 (22:11 +0000)
commitc0540c38affd1e3da5908a06a2d56e9b78621b47
tree857119348caeb772a70a1fa933de7ec138c8c05e
parentbf9a9078aacbef861eaf0fe3a32665ff68121e63
pull up r19627 from trunk

 r19627@cathode-dark-space:  jaltman | 2007-06-22 14:58:09 -0400
 ticket: 5584

 Don't assume that WM_DESTROY is the last message to be received by a
 window.  Since the child windows are still alive and kicking by the
 time the parent receives WM_DESTROY, it's still possible to receive
 other messages after WM_DESTROY.

 If we free any window specific data when handling WM_DESTROY, we
 should reset the window data field as well, and check if we have a
 valid pointer when retrieving the window data field later.

ticket: 5584

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19785 dc483132-0cff-0310-8789-dd5450dbe970
22 files changed:
src/windows/identity/plugins/krb4/krb4configdlg.c
src/windows/identity/plugins/krb4/krb4newcreds.c
src/windows/identity/plugins/krb5/krb5configcc.c
src/windows/identity/plugins/krb5/krb5configid.c
src/windows/identity/plugins/krb5/krb5configids.c
src/windows/identity/plugins/krb5/krb5newcreds.c
src/windows/identity/sample/templates/credprov/config_id.c
src/windows/identity/sample/templates/credprov/config_ids.c
src/windows/identity/sample/templates/credprov/config_main.c
src/windows/identity/sample/templates/credprov/credacq.c
src/windows/identity/ui/cfg_appear_wnd.c
src/windows/identity/ui/cfg_general_wnd.c
src/windows/identity/ui/cfg_identities_wnd.c
src/windows/identity/ui/cfg_notif_wnd.c
src/windows/identity/ui/cfg_plugins_wnd.c
src/windows/identity/ui/configwnd.c
src/windows/identity/ui/credwnd.c
src/windows/identity/ui/htwnd.c
src/windows/identity/ui/newcredwnd.c
src/windows/identity/ui/notifier.c
src/windows/identity/ui/propertywnd.c
src/windows/identity/uilib/configui.c