| version 1.7 | | version 1.8 |
|---|
| | |
| * 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 |
| * | | * |
| | |
| { | | { |
| 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 ); |