Subversion Repositories DevTools

Rev

Rev 5958 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5958 Rev 5961
Line 92... Line 92...
92
    GetManagerSuiteBase =  "/" & data(1)
92
    GetManagerSuiteBase =  "/" & data(1)
93
End Function
93
End Function
94
'-----------------------------------------------------------------------------------------------------------------------------
94
'-----------------------------------------------------------------------------------------------------------------------------
95
'   Destroy_All_Objects
95
'   Destroy_All_Objects
96
'   Should be used by ALL pages and error handling code in order to reduce memory and handle leaks
96
'   Should be used by ALL pages and error handling code in order to reduce memory and handle leaks
97
'   Needs to kept in sync with common/destructor.asp
97
'   May be used directly or via _footer.asp or globals_destructor.asp
98
Sub Destroy_All_Objects
98
Sub Destroy_All_Objects
99
    On Error Resume Next
99
    On Error Resume Next
100
 
-
 
101
    '   Some global objects
100
    '   Some global objects
102
    Set objAccessControl = Nothing
101
    Set objAccessControl = Nothing
103
    Set objPMod = Nothing
102
    Set objPMod = Nothing
104
    Set objEH = Nothing
103
    Set objEH = Nothing
105
    Set oEnumStateTypeNames = Nothing
104
    Set oEnumStateTypeNames = Nothing