summaryrefslogtreecommitdiff
path: root/src/jit/hashbv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/hashbv.cpp')
-rw-r--r--src/jit/hashbv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/hashbv.cpp b/src/jit/hashbv.cpp
index d3e2c5ed9c..33822144d2 100644
--- a/src/jit/hashbv.cpp
+++ b/src/jit/hashbv.cpp
@@ -1723,7 +1723,7 @@ void hashBv::InorderTraverseTwo(hashBv *other, dualNodeAction a)
}
delete[] nodesThis;
- delete[] nodesOther;;
+ delete[] nodesOther;
}