At Fri, 15 Aug 2008 12:39:19 +0200 (CEST), noreply-git@xxxxxxxxxxxxxxxx wrote: > > @@ -362,10 +363,8 @@ static int snd_card_dummy_playback_open(struct snd_pcm_substream *substream) > } > if (substream->pcm->device & 2) > runtime->hw.info &= ~(SNDRV_PCM_INFO_MMAP|SNDRV_PCM_INFO_MMAP_VALID); > - if ((err = add_playback_constraints(runtime)) < 0) { > - kfree(dpcm); > + if ((err = add_playback_constraints(runtime)) < 0) > return err; > - } Run checkpatch.pl please... Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel