Commit 7a2f35cb authored by starodub@google.com's avatar starodub@google.com

Fixed failing DCHECK in GpuVideoDecodeAccelerator destructor.

BUG=

Review URL: https://codereview.chromium.org/314293004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275513 0039d316-1c4b-4281-b951-d872f2087c98
parent 74a5c1b0
...@@ -459,6 +459,7 @@ void GpuVideoDecodeAccelerator::OnWillDestroyStub() { ...@@ -459,6 +459,7 @@ void GpuVideoDecodeAccelerator::OnWillDestroyStub() {
stub_->channel()->RemoveRoute(host_route_id_); stub_->channel()->RemoveRoute(host_route_id_);
stub_->RemoveDestructionObserver(this); stub_->RemoveDestructionObserver(this);
video_decode_accelerator_.reset();
delete this; delete this;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment