[Mono-bugs] [Bug 49020][Maj] Changed - DataList bug (Cast exception) - A fix is provided
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Sep 2003 03:29:17 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by yaronsh@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49020
--- shadow/49020 2003-09-29 18:36:59.000000000 -0400
+++ shadow/49020.tmp.15138 2003-09-30 03:29:17.000000000 -0400
@@ -55,6 +55,12 @@
Created an attachment (id=5455)
Bug Fix
------- Additional Comments From gonzalo@ximian.com 2003-09-29 18:36 -------
Fixed in CVs.
+
+------- Additional Comments From yaronsh@mainsoft.com 2003-09-30 03:29 -------
+I think the Re-Allocation in the fix (LoadViewState) is not necessary
+since it was allocated in the Ctor of the class. (As far as I saw the
+dataBoundLiterals array was properly allocated when the method was
+called).