gecko-dev/media
David Keeler 0375f07548 bug 1432923 - fix a leak in some TransportTests r=drno
Before this patch, TransportTest::Reset would assign to p1_ and p2_ without
releasing their resources first. Since they're not RAII types, they would just
leak. This fixes the leak by a) explicitly initializing them to nullptr in the
constructor and b) deleting them if they previously had a non-null value.

MozReview-Commit-ID: 20U6sqRWg06

--HG--
extra : rebase_source : e304c7636a9b31df53d3ff0e8d7e0042f7e82494
2018-01-25 16:56:56 -08:00
..
audioipc Bug 1428952 - P2: Add update.sh for updating audioipc crates. r=kinetik 2018-01-09 10:50:40 +10:00
cubeb-rs Bug 1428952 - P1: Update cubeb-rs to commit aaba6b3. r=kinetik 2017-11-06 14:59:29 +10:00
ffvpx Bug 1321651 - revert clang-cl changes from bug 1298418 that are no longer needed. r=froydnj 2018-01-05 14:16:08 -05:00
gmp-clearkey/0.1 Bug 1426898 - Stop including Char16.h everywhere. r=Waldo 2017-12-23 00:53:12 +09:00
kiss_fft
libaom Bug 1394734 - Simplify various corner cases r=glandium 2017-12-07 22:10:19 +01:00
libav Bug 1394734 - Simplify various corner cases r=glandium 2017-12-07 22:10:19 +01:00
libcubeb Bug 1432733 - Update cubeb from upstream to 2b98e3d. r=padenot 2018-01-24 12:56:54 +02:00
libjpeg Bug 1403346 - Replace all uses of ALLOW_COMPILER_WARNINGS with a template, remove ALLOW_COMPILER_WARNINGS. r=glandium 2017-10-25 15:12:09 -07:00
libmkv Bug 1403346 - Replace all uses of ALLOW_COMPILER_WARNINGS with a template, remove ALLOW_COMPILER_WARNINGS. r=glandium 2017-10-25 15:12:09 -07:00
libnestegg Bug 1403346 - Replace all uses of ALLOW_COMPILER_WARNINGS with a template, remove ALLOW_COMPILER_WARNINGS. r=glandium 2017-10-25 15:12:09 -07:00
libogg Bug 1415446 - Update to libogg 1.3.3. r=kinetik 2017-11-08 08:49:05 -08:00
libopus Bug 1394734 - Simplify various corner cases r=glandium 2017-12-07 22:10:19 +01:00
libpng Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
libsoundtouch Bug 1403346 - Replace all uses of ALLOW_COMPILER_WARNINGS with a template, remove ALLOW_COMPILER_WARNINGS. r=glandium 2017-10-25 15:12:09 -07:00
libspeex_resampler Bug 1394734 - Simplify various corner cases r=glandium 2017-12-07 22:10:19 +01:00
libtheora Bug 1394734 - Simplify various corner cases r=glandium 2017-12-07 22:10:19 +01:00
libtremor Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
libvorbis Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
libvpx Bug 1394734 - Simplify various corner cases r=glandium 2017-12-07 22:10:19 +01:00
libyuv Bug 1426898 - Fix a bug of a local patch for libyuv. r=jesup 2017-12-23 00:56:11 +09:00
mp4parse-rust Bug 1426773 - update rust mp4 parser. r=kinetik 2018-01-08 10:08:04 +08:00
mtransport bug 1432923 - fix a leak in some TransportTests r=drno 2018-01-25 16:56:56 -08:00
openmax_dl Bug 1394734 - Replace CONFIG['CLANG*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:38 +01:00
openmax_il/il112 Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
psshparser Bug 1386876 - Replace all uses of DISABLE_STL_WRAPPING with a template, remove DISABLE_STL_WRAPPING. r=glandium 2017-09-11 11:33:26 -07:00
sphinxbase Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
webrtc Bug 1429819: Allow using tooltool macOS SDK on all automation builds and all cross-builds. r=dminor 2018-01-23 11:56:50 -07:00
moz.build bug 1256010 - Remove media/openmax_dl/dl/Makefile.in. r=nalexander 2017-11-08 10:57:32 -08:00
update-libjpeg.sh