gecko-dev/ipc
Aaron Klotz 1fc3efff69 Bug 1568361: Use StaticLocalAutoPtr for BackgroundMTAData; r=Jamie
The new StaticLocalAutoPtr smart pointer has a trivial destructor, so we will
either properly clean up this data or leak it on process shutdown. Either way,
we will not destroy it in a way that the underlying type does not support.

Differential Revision: https://phabricator.services.mozilla.com/D40842

--HG--
extra : moz-landing-system : lando
2019-08-07 01:48:31 +00:00
..
app
chromium Bug 1510569 - Prevent missing symbol errors during builds when adding new IPDL headers r=Ehsan 2019-08-02 02:12:47 +00:00
contentproc
glue Bug 1571092 - Add missing return statement. r=jld 2019-08-05 20:08:59 +00:00
ipdl Bug 1570367 - Don't generate pure virtual unused AllocPFoo, r=mccr8 2019-07-31 21:59:52 +00:00
mscom Bug 1568361: Use StaticLocalAutoPtr for BackgroundMTAData; r=Jamie 2019-08-07 01:48:31 +00:00
testshell
moz.build
pull-chromium.py