Fix a few places where we forgot to close the text codecs (#4029)
authorSimon Marlow <marlowsd@gmail.com>
Fri, 2 Jul 2010 13:02:10 +0000 (13:02 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 2 Jul 2010 13:02:10 +0000 (13:02 +0000)
Each time you invoke :load in GHCi it resets the CAFs, including
stdin/stdout/stderr, and each of these was allocating a new iconv_t.


No differences found