We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
May be there is a memory issue inside the PbfReader!
core/src/OsmSharp/IO/PBF/PBFReader.cs
Lines 114 to 133 in b9a3e5b
The MemoryStream in Line 114 seems never be disposed, because the ZLibStreamWrapper seems to not close/dispose the wrapped stream!
OK, may be the GC solves this problem later in time, but (Memory) streams should be disposed asap...
i hope this helps...
br Werner
The text was updated successfully, but these errors were encountered:
Hi, see: https://stackoverflow.com/questions/4195746/memorystream-must-be-explicitely-be-disposed
Sorry, something went wrong.
No branches or pull requests
Hi
May be there is a memory issue inside the PbfReader!
core/src/OsmSharp/IO/PBF/PBFReader.cs
Lines 114 to 133 in b9a3e5b
The MemoryStream in Line 114 seems never be disposed, because the ZLibStreamWrapper seems to not close/dispose the wrapped stream!
OK, may be the GC solves this problem later in time, but (Memory) streams should be disposed asap...
i hope this helps...
br
Werner
The text was updated successfully, but these errors were encountered: