PairsView.cpp: Fix mismatching alloc and dealloc
Fixes #12834 Signed-off-by: John Scipione <[email protected]>
This commit is contained in:
committed by
John Scipione
parent
fc1d8972ac
commit
d179e1fb74
@@ -80,9 +80,9 @@ PairsView::~PairsView()
|
|||||||
delete fMediumBitmapsList;
|
delete fMediumBitmapsList;
|
||||||
delete fLargeBitmapsList;
|
delete fLargeBitmapsList;
|
||||||
delete fPairsButtonList;
|
delete fPairsButtonList;
|
||||||
delete fRandomPosition;
|
delete[] fRandomPosition;
|
||||||
delete fPositionX;
|
delete[] fPositionX;
|
||||||
delete fPositionY;
|
delete[] fPositionY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user