Chromium Code Reviews
        
  DescriptionFix double close in MojoAudioOutputStream.
Currently, the sync socket in MojoAudioOutputStream is closed by both
Mojo and the SyncSocket destructor. This causes problems if a handle
happens to be reused.
BUG=709394
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Review-Url: https://codereview.chromium.org/2809673002
Cr-Commit-Position: refs/heads/master@{#464374}
Committed: https://chromium.googlesource.com/chromium/src/+/d4bcb119316cfccf5c1ddcebe3b6d65a7fec09e4
   
  Patch Set 1 #Patch Set 2 : Fix typo #
      Total comments: 4
      
     
  
  
  
  Patch Set 3 #Patch Set 4 : Null-check socket pointer #Patch Set 5 : Fix Win complie. #
      Total comments: 2
      
     
  
  Dependent Patchsets: Messages
    Total messages: 32 (19 generated)
     
  
  
       |