summaryrefslogtreecommitdiff
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
commit6059e157bd5b18742f8546d5231150b061a24d1b (patch)
treedde4ae9c7000215d4719466581b7788f6e67c684 /tests/chat.ur
parent1afc9f4ed063a822883c5c752b045b3fe8fc8693 (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 ()}>