Changeset 3513
- Timestamp:
- 05/12/08 11:41:48 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/pkcs11/pkcs11-spy.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pkcs11/pkcs11-spy.c
r3405 r3513 312 312 enter("C_Finalize"); 313 313 rv = po->C_Finalize(pReserved); 314 /* After Finalize do not use the module again */315 C_UnloadModule(modhandle);316 po = NULL;317 314 return retne(rv); 318 315 }
