From 687e6594ca3a6195ef834a5466b5fc7de2de2d7b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 28 Jun 2015 22:08:12 +0300 Subject: Improve memory tracking on typed regex. --- builtin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'builtin.c') diff --git a/builtin.c b/builtin.c index 6ad4de36..c28cd0a8 100644 --- a/builtin.c +++ b/builtin.c @@ -3884,9 +3884,7 @@ do_typeof(int nargs) deref = false; break; case Node_typedregex: - /* Op_push_re does not UPREF */ res = "regexp"; - deref = false; break; case Node_val: case Node_var: -- cgit v1.2.3