[File.ReadLines] Dispose the StreamReader in the right place.
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sun, 21 Nov 2010 20:12:45 +0000 (15:12 -0500)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sun, 21 Nov 2010 20:14:31 +0000 (15:14 -0500)
commitc22160538c66cc66bae658dcdd9c64c4195e3fa7
tree4c15d5f0983bd4e3ef76b2483617c61fab1ff30b
parent384ee20e85399944514580eeced74f8a24b50628
[File.ReadLines] Dispose the StreamReader in the right place.

The StreamReader was being disposed immediately after the call to
ReadLines() causing the enumerator to fails.

Fixes bug #649464.
mcs/class/corlib/System.IO/File.cs