From c090e66cd6c7fbf6458aa81a18b2ab789914266d Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Tue, 28 Mar 2006 01:56:51 -0800 Subject: [PATCH] --- yaml --- r: 24498 b: refs/heads/master c: ca43b317fc557bbcca845c684d93375286bf9e0b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/oss/msnd.c | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index d1c5be87a1f7..dabaa0a38ef6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a83fdddb8a104c021837637a59f93948b906819 +refs/heads/master: ca43b317fc557bbcca845c684d93375286bf9e0b diff --git a/trunk/sound/oss/msnd.c b/trunk/sound/oss/msnd.c index a7ad2b0a2ac0..5dbfc0f9c3c7 100644 --- a/trunk/sound/oss/msnd.c +++ b/trunk/sound/oss/msnd.c @@ -95,10 +95,8 @@ void msnd_fifo_init(msnd_fifo *f) void msnd_fifo_free(msnd_fifo *f) { - if (f->data) { - vfree(f->data); - f->data = NULL; - } + vfree(f->data); + f->data = NULL; } int msnd_fifo_alloc(msnd_fifo *f, size_t n)