You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/07/12 16:07:30 UTC

[commons-vfs] branch master updated: SFTP: Memory leak because AbstractFileProvider#findFileSystem.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new d745442a SFTP: Memory leak because AbstractFileProvider#findFileSystem.
d745442a is described below

commit d745442a01aefdc4d8fc794c9e24c9694385671f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 12 12:07:24 2022 -0400

    SFTP: Memory leak because AbstractFileProvider#findFileSystem.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 72086322..d5727c99 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -98,6 +98,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Arturo Bernal">
         Simplify/remove redundant operations. #258.
       </action>      
+      <action type="fix" dev="ggregory" due-to="Tobias Gierke, Gary Gregory">
+        SFTP: Memory leak because AbstractFileProvider#findFileSystem.
+      </action>      
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Seth Falco">
         Add vscode files to gitignore #205.