Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6894b4f authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '1290-fix-possible-memory-leak' into 'main'

Prevent memory leak

See merge request !232
parents e9f28b02 987e65f4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ public class LocalFileLister extends AbstractFileLister<File> {
    }

    @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)
    public class LocalFolderLoader implements FolderLoader<File> {
    public static class LocalFolderLoader implements FolderLoader<File> {
        private FolderWrapper<File> folder;

        @Override