summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/firewire/digi00x/digi00x.c1
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
54static void dg00x_card_free(struct snd_card *card) 55static void dg00x_card_free(struct snd_card *card)