Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'sound-fix-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound

Pull another sound fix from Takashi Iwai:
"This contains a fix for the double-free of usb-audio MIDI device at
probe failure"

* tag 'sound-fix-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
ALSA: usb-audio: avoid freeing umidi object twice

-1
-1
sound/usb/midi.c
··· 2455 2455 else 2456 2456 err = snd_usbmidi_create_endpoints(umidi, endpoints); 2457 2457 if (err < 0) { 2458 - snd_usbmidi_free(umidi); 2459 2458 return err; 2460 2459 } 2461 2460