Difference for main/piggy.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 19
 
Line 19
  * Functions for managing the pig files.   * Functions for managing the pig files.
  *    *
  * $Log$   * $Log$
    * Revision 1.8  2000/02/07 07:27:04  donut
    * killed ifndef linux around some free(), it doesn't seem to crash anymore
    *
  * Revision 1.7  2000/01/27 07:40:05  sekmu   * Revision 1.7  2000/01/27 07:40:05  sekmu
  * removed error   * removed error
  *   *
Line 1344
 
Line 1347
 {  {
  custom_close();   custom_close();
   
 //added ifndef on 10/04/98 by Matt Mueller to fix crash on exit bug  //added ifndef on 10/04/98 by Matt Mueller to fix crash on exit bug -- killed 2000/02/06 since they don't seem to cause crash anymore.  heh.
 #ifndef __LINUX__  //#ifndef __LINUX__
  if (BitmapBits)   if (BitmapBits)
  free(BitmapBits);   free(BitmapBits);
   
  if ( SoundBits )   if ( SoundBits )
  free( SoundBits );   free( SoundBits );
 #endif  //#endif
 //end addition -MM  //end addition -MM
    
  hashtable_free( &AllBitmapsNames );   hashtable_free( &AllBitmapsNames );

Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8