[xiph-cvs] cvs commit: win32-tools/oggdrop encthread.c

Jack Moffitt jack at xiph.org
Tue Nov 7 09:54:35 PST 2000



jack        00/11/07 09:54:35

  Modified:    oggdrop  encthread.c
  Log:
  close the files :)  this was a nasty bug... thanks vakor.
  
  jack.

Revision  Changes    Path
1.2       +2 -0      win32-tools/oggdrop/encthread.c

Index: encthread.c
===================================================================
RCS file: /usr/local/cvsroot/win32-tools/oggdrop/encthread.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- encthread.c	2000/11/07 09:01:39	1.1
+++ encthread.c	2000/11/07 17:54:35	1.2
@@ -223,6 +223,8 @@
 
                         if (out_fn) free(out_fn);
                         formats[j].close_func(enc_opts.readdata);
+			fclose(in);
+			fclose(out);
 
                         numfiles--;
                 } /* Finished this file, loop around to next... */

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list