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:
parent
1a250696ed
commit
00ce643768
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user