Bug 1193038: unused bustage fix rs=philor on a CLOSED TREE

This commit is contained in:
Randell Jesup 2015-09-10 14:00:52 -04:00
Родитель d1461225e6
Коммит 9ea9681ef2
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -4474,6 +4474,7 @@ XRE_main(int argc, char* argv[], const nsXREAppData* aAppData, uint32_t aFlags)
// Note: purposely leaked
base::StatisticsRecorder* statistics_recorder = new base::StatisticsRecorder();
MOZ_LSAN_INTENTIONALLY_LEAK_OBJECT(statistics_recorder);
unused << statistics_recorder;
int result = main.XRE_main(argc, argv, aAppData);
mozilla::RecordShutdownEndTimeStamp();