Modified:
branches/1.0/mysqlclient/CompressedStream.cs
Log:
Added in a line constructing the weak reference that was forgotten when doing the backport.
Modified: branches/1.0/mysqlclient/CompressedStream.cs
===================================================================
--- branches/1.0/mysqlclient/CompressedStream.cs 2007-08-09 13:54:49 UTC (rev 840)
+++ branches/1.0/mysqlclient/CompressedStream.cs 2007-08-09 15:20:38 UTC (rev 841)
@@ -48,6 +48,7 @@
this.baseStream = baseStream;
localByte = new byte[1];
cache = new MemoryStream();
+ inBufferRef = new WeakReference(inBuffer, false);
}
#region Properties
| Thread |
|---|
| • Connector/NET commit: r841 - branches/1.0/mysqlclient | rburnett | 9 Aug |