Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342594
b: refs/heads/master
c: 51d503d
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Takashi Iwai committed Nov 21, 2012
1 parent 775cdb6 commit ed92b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87af0b80c933f05a4c7dd8c5edebe10365e76220
refs/heads/master: 51d503de0210a2b800efdedee23580011f5422c3
3 changes: 1 addition & 2 deletions trunk/sound/core/pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,8 +981,7 @@ 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);
kfree(runtime->hwptr_log);
#endif
kfree(runtime);
substream->runtime = NULL;
Expand Down

0 comments on commit ed92b6c

Please sign in to comment.