Better fix

db4
Slava Pestov 2008-08-15 18:57:00 -05:00
parent 713cf91f2a
commit a452dd86f6
1 changed files with 1 additions and 1 deletions

View File

@ -135,9 +135,9 @@ M: output-port dispose*
[ [
{ {
[ handle>> &dispose drop ] [ handle>> &dispose drop ]
[ buffer>> &dispose drop ]
[ port-flush ] [ port-flush ]
[ handle>> shutdown ] [ handle>> shutdown ]
[ buffer>> dispose ]
} cleave } cleave
] with-destructors ; ] with-destructors ;