소스 검색

Merge branch 'fix/misc' into for-linus

Takashi Iwai 15 년 전
부모
커밋
d69f309f04
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      sound/usb/endpoint.c

+ 1 - 0
sound/usb/endpoint.c

@@ -427,6 +427,7 @@ int snd_usb_parse_audio_endpoints(struct snd_usb_audio *chip, int iface_no)
 		if (snd_usb_parse_audio_format(chip, fp, format, fmt, stream, alts) < 0) {
 			kfree(fp->rate_table);
 			kfree(fp);
+			fp = NULL;
 			continue;
 		}