explicitly close evaluator for plot doc

Although this shouldn't affect document rendering, since
each document is run under a custodian that is shut down,
it simplifies using the document individually to check for
leaks.
This commit is contained in:
Matthew Flatt 2012-11-03 08:59:13 -06:00
parent 4c61dfc217
commit 7ee6a814e5
2 changed files with 5 additions and 0 deletions

View File

@ -38,3 +38,6 @@
[plot3d-bitmap plot3d])
plot/utils)))
eval))
(define (close-plot-eval)
(close-eval plot-eval))

View File

@ -46,3 +46,5 @@ If you have code written for PLoT 5.1.3 or earlier, please see @secref["porting"
@include-section["porting.scrbl"]
@include-section["compat.scrbl"]
@close-plot-eval[]