| Index: webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
| diff --git a/webkit/plugins/ppapi/ppb_video_decoder_impl.cc b/webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
| index ebde7edd8436de1b31bc3947ac6042aa55aebb9b..849e5b8961cefad59a78e1d1d09a41d23c9fdce4 100644
|
| --- a/webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
| +++ b/webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
| @@ -176,6 +176,8 @@ void PPB_VideoDecoder_Impl::Destroy() {
|
| if (!platform_video_decoder_)
|
| return;
|
| platform_video_decoder_->Destroy();
|
| + platform_video_decoder_ = NULL;
|
| + ppp_videodecoder_ = NULL;
|
| }
|
|
|
| void PPB_VideoDecoder_Impl::ProvidePictureBuffers(
|
|
|