]> andersk Git - svn-all-fast-export.git/blobdiff - src/svn.cpp
Add missing calls to svn_stream_close().
[svn-all-fast-export.git] / src / svn.cpp
index 1e7dcbff40a22408d65731808345e56b04139226..5236579600af2babf06a558823d88e3e927d3bb4 100644 (file)
@@ -271,6 +271,8 @@ static int dumpBlob(Repository::Transaction *txn, svn_fs_root_t *fs_root,
     // open a generic svn_stream_t for the QIODevice
     out_stream = streamForDevice(io, dumppool);
     SVN_ERR(svn_stream_copy(in_stream, out_stream, dumppool));
+    svn_stream_close(out_stream);
+    svn_stream_close(in_stream);
 
     // print an ending newline
     io->putChar('\n');
This page took 0.171366 seconds and 4 git commands to generate.