fix stress example

This commit is contained in:
Frédéric Bour 2020-04-02 13:40:27 +02:00
parent 45354f25e5
commit 4cf879d684
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ let () =
Ui_loop.step ~timeout:0.0 ~process_event:true ~renderer term root;
Array.iter (Array.iter walk) cells
done;
Lwd.release root;
Lwd.quick_release root;
Notty_unix.Term.release term