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:
John Scipione 2014-07-22 19:34:01 -04:00
parent 1a250696ed
commit 00ce643768
1 changed files with 1 additions and 0 deletions

View File

@ -528,6 +528,7 @@ BContainerWindow::BContainerWindow(LockingList<BWindow>* list,
fWindowContextMenu(NULL),
fDropContextMenu(NULL),
fVolumeContextMenu(NULL),
fTrashContextMenu(NULL),
fDragContextMenu(NULL),
fMoveToItem(NULL),
fCopyToItem(NULL),