mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix dangling pointers in CefAudioMirrorDestination (fixes issue #2713).
This commit is contained in:
committed by
Marshall Greenblatt
parent
1086495096
commit
367c6eb704
@ -666,7 +666,7 @@ class CefBrowserHostImpl : public CefBrowserHost,
|
||||
bool is_background_host_ = false;
|
||||
|
||||
// Used to mirror audio streams
|
||||
std::unique_ptr<CefAudioMirrorDestination> audio_mirror_destination_;
|
||||
scoped_refptr<CefAudioMirrorDestination> audio_mirror_destination_;
|
||||
|
||||
// Used with auto-resize.
|
||||
bool auto_resize_enabled_ = false;
|
||||
|
Reference in New Issue
Block a user