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-08-10 15:04:39 -04:00
parent 1a250696ed
commit 00ce643768
+1
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),