Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

static void free_oid_info ( void   )  [static]

Definition at line 1456 of file oid.c.

Referenced by crypt_oid_free().

01457 {
01458     struct OIDInfo *info, *next;
01459 
01460     LIST_FOR_EACH_ENTRY_SAFE(info, next, &oidInfo, struct OIDInfo, entry)
01461     {
01462         list_remove(&info->entry);
01463         CryptMemFree(info);
01464     }
01465     DeleteCriticalSection(&oidInfoCS);
01466 }


Generated on Fri Feb 10 05:27:55 2012 for ReactOS by doxygen 1.6.3

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.