home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2013 / 2013.06.linuxmafia.com / linuxmafia.com / pub / ms-windows / igaly-ssh / lib_rand.c.cdi < prev    next >
Encoding:
Text File  |  1997-10-09  |  324 b   |  13 lines

  1. *** lib_rand.c.orig    Mon Apr 28 15:13:17 1997
  2. --- lib_rand.c    Mon Apr 28 15:14:58 1997
  3. ***************
  4. *** 1525,1530 ****
  5. --- 1525,1531 ----
  6.           CloseHandle( threadID );
  7.       if( threadEvent != NULL )
  8.           CloseHandle( threadEvent );
  9. +     if( randomPool != NULL )
  10.       DeleteCriticalSection( &randProt );
  11.       if( hNetAPI32 )
  12.           {
  13.