Make `object->string' explicitly close its string output port.
authorLudovic Courtès <ludo@gnu.org>
Sun, 6 Mar 2011 21:13:10 +0000 (22:13 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 6 Mar 2011 22:05:00 +0000 (23:05 +0100)
commit8b2633771269173b55e9808b030a9312e8554aef
treec148ba28aa0663f298ac189db329346c28d6a244
parentceed7709becfe64eaaff54aa445b09d1882d589d
Make `object->string' explicitly close its string output port.

* libguile/strports.c (scm_object_to_string): Close PORT before
  returning the resulting string.
libguile/strports.c