hgext/largefiles/remotestore.py
changeset 19002 5083baa6cbf8
parent 19001 2a35296a6304
child 19003 ad993cb7bbb1
--- a/hgext/largefiles/remotestore.py	Mon Apr 15 23:43:44 2013 +0200
+++ b/hgext/largefiles/remotestore.py	Mon Apr 15 23:43:50 2013 +0200
@@ -79,6 +79,7 @@
                                       tmpfile)
         finally:
             infile.close()
+            tmpfile.close()
 
     def _verifyfile(self, cctx, cset, contents, standin, verified):
         filename = lfutil.splitstandin(standin)