mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-09 00:13:59 +00:00
Undo dispose call
This commit is contained in:
parent
45665413d1
commit
e9ea4ef1c3
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ namespace NmeaParser
|
|||
/// <returns></returns>
|
||||
protected override Task CloseStreamAsync(System.IO.Stream stream)
|
||||
{
|
||||
stream.Dispose();
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue