diff options
-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 */ |