зеркало из https://github.com/mozilla/pjs.git
fix array leaks. r=bruce@cybersight.com,a=leaf
This commit is contained in:
Родитель
3714722cf4
Коммит
c46d59b790
|
@ -81,7 +81,12 @@ public:
|
|||
mOuter = aSplitter;
|
||||
mPressed = PR_FALSE;
|
||||
}
|
||||
virtual ~nsSplitterFrameInner() {}
|
||||
|
||||
virtual ~nsSplitterFrameInner()
|
||||
{
|
||||
delete[] mChildInfosBefore;
|
||||
delete[] mChildInfosAfter;
|
||||
}
|
||||
|
||||
// mouse listener
|
||||
virtual nsresult MouseDown(nsIDOMEvent* aMouseEvent);
|
||||
|
|
Загрузка…
Ссылка в новой задаче