Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Issue 3013042: Revert 53992 - An earlier check-in (r51786, Issue 2769008) caused a memory le... (Closed)

Created:
10 years, 4 months ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
davejcool
CC:
chromium-reviews, davemoore+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Revert 53992 - An earlier check-in (r51786, Issue 2769008) caused a memory leak on the build bots when PulseAudio was initialized on a separate worker thread. This change calls PulseAudioMixer::InitSync() so the init happens on the calling thread. For some reason, the init finishes cleanly on one thread, but not the other. BUG=48553 (and http://code.google.com/p/chromium-os/issues/detail?id=5141) TEST=Valgrind should not have PulseAudio related memory leaks, suppression 48553, or assertion failures. Review URL: http://codereview.chromium.org/3026028 TBR=davej@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54170

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -9 lines) Patch
M chrome/browser/chromeos/audio_handler.h View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/audio_handler.cc View 1 chunk +8 lines, -5 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
brettw
10 years, 4 months ago (2010-07-29 19:57:19 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698