Add stack.delete for other in equalArrays and equalObjects.

This commit is contained in:
John-David Dalton
2016-07-27 11:42:50 -07:00
parent 9a67fec48a
commit 9c05e8392b

View File

@@ -5288,6 +5288,7 @@
}
}
stack['delete'](array);
stack['delete'](other);
return result;
}
@@ -5448,6 +5449,7 @@
}
}
stack['delete'](object);
stack['delete'](other);
return result;
}