aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/chat.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-02 15:12:06 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-02 15:12:06 -0400
commit15c42e18c0a495205e6fe1dba35334b9b2914b71 (patch)
treedde4ae9c7000215d4719466581b7788f6e67c684 /tests/chat.ur
parentfc19366c97d980fc47e23fc9404d5c661da46fd0 (diff)
Redo signal implementation to avoid memory leaks
Diffstat (limited to 'tests/chat.ur')
-rw-r--r--tests/chat.ur1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/chat.ur b/tests/chat.ur
index 8763a190..7f723ba5 100644
--- a/tests/chat.ur
+++ b/tests/chat.ur
@@ -48,6 +48,7 @@ fun chat id =
fun doSpeak () =
line <- get newLine;
+ set newLine "";
speak line
in
return <xml><body onload={onload ()}>