Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit b4fabbc

Browse files
committed
fix build error
1 parent c30d811 commit b4fabbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/RecyclableMemoryStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,10 +943,10 @@ protected override void Dispose(bool disposing)
943943
base.Dispose(disposing);
944944
return;
945945
}
946+
#endif
946947

947948
this.memoryManager.ReportStreamFinalized();
948949
}
949-
#endif
950950

951951
this.memoryManager.ReportStreamLength(this.length);
952952

0 commit comments

Comments
 (0)