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

Unified Diff: media/midi/midi_manager_alsa.cc

Issue 2135903002: Fix initialization of udev in MidiManagerAlsa. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_manager_alsa.cc
diff --git a/media/midi/midi_manager_alsa.cc b/media/midi/midi_manager_alsa.cc
index 6f6a686258c8decf489e4492405b5ae877f814b7..a9375dbbd795a97e8870f3b69ab7d80030502daf 100644
--- a/media/midi/midi_manager_alsa.cc
+++ b/media/midi/midi_manager_alsa.cc
@@ -269,7 +269,7 @@ void MidiManagerAlsa::StartInitialization() {
out_client_.reset(out_client.release());
decoder_.reset(decoder.release());
udev_.reset(udev.release());
- udev_monitor_.reset(udev_monitor_.release());
+ udev_monitor_.reset(udev_monitor.release());
// Generate hotplug events for existing ports.
// TODO(agoode): Check the return value for failure.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698