fixes bug 324981 "nsTArray crash in RemoveElement" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@188465 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -121,6 +121,10 @@ static PRBool test_basic_array(ElementType *data,
|
||||
ary.AppendElements(nsnull, 0);
|
||||
ary.AppendElements(empty);
|
||||
|
||||
// See bug 324981
|
||||
ary.RemoveElement(extra);
|
||||
ary.RemoveElement(extra);
|
||||
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user