diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/firewire/digi00x/digi00x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/digi00x/digi00x.c b/sound/firewire/digi00x/digi00x.c index 1f5e1d23f31a..ef689997d6a5 100644 --- a/sound/firewire/digi00x/digi00x.c +++ b/sound/firewire/digi00x/digi00x.c | |||
@@ -49,6 +49,7 @@ static void dg00x_free(struct snd_dg00x *dg00x) | |||
49 | fw_unit_put(dg00x->unit); | 49 | fw_unit_put(dg00x->unit); |
50 | 50 | ||
51 | mutex_destroy(&dg00x->mutex); | 51 | mutex_destroy(&dg00x->mutex); |
52 | kfree(dg00x); | ||
52 | } | 53 | } |
53 | 54 | ||
54 | static void dg00x_card_free(struct snd_card *card) | 55 | static void dg00x_card_free(struct snd_card *card) |