Always clear callback after WaveOut Stop().
If an error occurs after Stop() the callback may be destroyed, yet the callback value was not cleared. During Close() stop may be called again, if an error occurs the free'd callback will be notified of the error... BUG=none TEST=none Review URL: https://codereview.chromium.org/115523010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243649 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment