Changeset 21967 for trunk/src/crypt32/context.c
- Timestamp:
- Feb 9, 2012, 2:34:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/crypt32/context.c
r21354 r21967 198 198 list->contextSize = contextSize; 199 199 InitializeCriticalSection((CRITICAL_SECTION*)&list->cs); 200 #ifdef DEBUG 200 201 list->cs.DebugInfo->Spare[0] = (DWORD)(DWORD_PTR)(__FILE__ ": ContextList.cs"); 202 #endif 201 203 list_init(&list->contexts); 202 204 } … … 310 312 { 311 313 ContextList_Empty(list); 314 #ifdef DEBUG 312 315 list->cs.DebugInfo->Spare[0] = 0; 316 #endif 313 317 DeleteCriticalSection((CRITICAL_SECTION*)&list->cs); 314 318 CryptMemFree(list);
Note:
See TracChangeset
for help on using the changeset viewer.