Remove suppression for WebRtcVideoFrameTest::TestInit
The problem is fixed in https://webrtc-codereview.appspot.com/41029004/.

bug: https://code.google.com/p/libyuv/issues/detail?id=377

R=magjed@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/46389004

Cr-Commit-Position: refs/heads/master@{#8568}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8568 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/tools/valgrind-webrtc/drmemory/suppressions.txt b/tools/valgrind-webrtc/drmemory/suppressions.txt
index 0036a7f..7224fe5 100644
--- a/tools/valgrind-webrtc/drmemory/suppressions.txt
+++ b/tools/valgrind-webrtc/drmemory/suppressions.txt
@@ -702,16 +702,3 @@
 *!testing::internal::EqHelper<>::Compare<>
 *!rtc::AsyncWriteTest_TestWrite_Test::TestBody
 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
-
-UNINITIALIZED READ
-name=https://code.google.com/p/libyuv/issues/detail?id=377
-*!CopyRow_AVX
-*!CopyPlane
-*!I420Copy
-*!I420Rotate
-*!ConvertToI420
-*!cricket::WebRtcVideoFrame::Reset
-*!cricket::WebRtcVideoFrame::Init
-*!WebRtcVideoFrameTest::TestInit
-*!WebRtcVideoFrameTest_InitEvenSize_Test::TestBody
-*!testing::internal::HandleSehExceptionsInMethodIfSupported<>