Tracker: fix uninitialized pointer, CID 991718
fTrashContextMenu was never initialized in the constructor (looks like it just got overlooked since all other pointers were.)
This commit is contained in:
@@ -528,6 +528,7 @@ BContainerWindow::BContainerWindow(LockingList<BWindow>* list,
|
|||||||
fWindowContextMenu(NULL),
|
fWindowContextMenu(NULL),
|
||||||
fDropContextMenu(NULL),
|
fDropContextMenu(NULL),
|
||||||
fVolumeContextMenu(NULL),
|
fVolumeContextMenu(NULL),
|
||||||
|
fTrashContextMenu(NULL),
|
||||||
fDragContextMenu(NULL),
|
fDragContextMenu(NULL),
|
||||||
fMoveToItem(NULL),
|
fMoveToItem(NULL),
|
||||||
fCopyToItem(NULL),
|
fCopyToItem(NULL),
|
||||||
|
|||||||
Reference in New Issue
Block a user