diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-01-03 23:16:06 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-01-03 23:17:06 -0500 |
commit | 39cb782f28be4efb2621fd8c614f2367eb834412 (patch) | |
tree | 5171f01b43b241ad62550c0b306e7b9224460a87 /Xext/xace.c | |
parent | 7f376f23db463a65176de632ca6094acb55db951 (diff) |
XACE: DeleteCallbackList zeroes out its argument so don't do it twice.
Diffstat (limited to 'Xext/xace.c')
-rw-r--r-- | Xext/xace.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Xext/xace.c b/Xext/xace.c index 6a7df3188..e85a51714 100644 --- a/Xext/xace.c +++ b/Xext/xace.c @@ -262,10 +262,7 @@ XaceResetProc(ExtensionEntry *extEntry) int i; for (i=0; i<XACE_NUM_HOOKS; i++) - { DeleteCallbackList(&XaceHooks[i]); - XaceHooks[i] = NULL; - } } /* XaceResetProc */ |