Loading sound/core/pcm.c +1 −2 Original line number Diff line number Diff line Loading @@ -981,7 +981,6 @@ void snd_pcm_detach_substream(struct snd_pcm_substream *substream) PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))); kfree(runtime->hw_constraints.rules); #ifdef CONFIG_SND_PCM_XRUN_DEBUG if (runtime->hwptr_log) kfree(runtime->hwptr_log); #endif kfree(runtime); Loading Loading
sound/core/pcm.c +1 −2 Original line number Diff line number Diff line Loading @@ -981,7 +981,6 @@ void snd_pcm_detach_substream(struct snd_pcm_substream *substream) PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control))); kfree(runtime->hw_constraints.rules); #ifdef CONFIG_SND_PCM_XRUN_DEBUG if (runtime->hwptr_log) kfree(runtime->hwptr_log); #endif kfree(runtime); Loading