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)