diff -Naur vorbisgain-0.37-orig/vorbis.c vorbisgain-0.37/vorbis.c --- vorbisgain-0.37-orig/vorbis.c 2005-07-15 02:49:05 +0400 +++ vorbisgain-0.37/vorbis.c 2007-01-30 01:23:51 +0300 @@ -810,11 +810,6 @@ fclose(infile); } - if (infile != NULL) - { - fclose(infile); - } - if (delete_temp) { if (remove(TEMP_NAME) != 0)