[Rawstudio-commit] r3235 - trunk/librawstudio

Klaus Post klauspost at gmail.com
Mon Feb 15 20:01:04 CET 2010


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);
 		}
 }
 




More information about the Rawstudio-commit mailing list