Commit d2509811 authored by WuYunlong's avatar WuYunlong Committed by antirez
Browse files

Add tcl regression test in scripting.tcl to reproduce memory leak.

parent 29d4a150
......@@ -741,3 +741,8 @@ start_server {tags {"scripting repl"}} {
}
}
start_server {tags {"scripting"}} {
r script debug sync
r eval {return 'hello'} 0
r eval {return 'hello'} 0
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment