VirtualBox

Changeset 92052 in vbox for trunk/src


Ignore:
Timestamp:
Oct 25, 2021 5:58:14 PM (3 years ago)
Author:
vboxsync
Message:

Audio/ALSA: Optional release (flow logging) for investigating munmap_chunk() / double free or corruption issues when closing PCM streams. ​​​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp

    r92030 r92052  
    132132        return VINF_SUCCESS;
    133133
     134    LogRelFlowFuncEnter();
     135
    134136    int rc;
    135137    int rc2 = snd_pcm_close(*phPCM);
     
    145147    }
    146148
    147     LogFlowFuncLeaveRC(rc);
     149    LogRelFlowFuncLeaveRC(rc);
    148150    return rc;
    149151}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette