Author: post
Date: 2010-02-15 20:01:04 +0100 (Mon, 15 Feb 2010)
New Revision: 3235
Modified:
trunk/librawstudio/rs-io-job-prefetch.c
Log:
Remember to close file handles in prefetcher.
Modified: trunk/librawstudio/rs-io-job-prefetch.c
===================================================================
--- trunk/librawstudio/rs-io-job-prefetch.c 2010-02-14 23:49:17 UTC (rev
3234)
+++ trunk/librawstudio/rs-io-job-prefetch.c 2010-02-15 19:01:04 UTC (rev
3235)
@@ -74,6 +74,7 @@
g_free(tmp);
#endif /* __gnu_linux__ */
}
+ close(fd);
}
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit