[xiph-commits] r7430 - icecast/trunk/ices0/src

brendan at motherfish-iii.xiph.org brendan
Thu Aug 5 19:05:01 PDT 2004


Author: brendan
Date: Thu Aug  5 19:05:01 2004
New Revision: 7430

Modified:
icecast/trunk/ices0/src/in_flac.c
Log:
Close fd when finished with FLAC file.


Modified: icecast/trunk/ices0/src/in_flac.c
===================================================================
--- icecast/trunk/ices0/src/in_flac.c	2004-07-31 09:24:30 UTC (rev 7429)
+++ icecast/trunk/ices0/src/in_flac.c	2004-07-31 09:33:42 UTC (rev 7430)
@@ -171,7 +171,7 @@
FLAC__stream_decoder_delete(flac_data->decoder);
free (flac_data);

-  return 0;
+  return close(self->fd);
}

/* -- callbacks -- */



More information about the commits mailing list