diff options
-rw-r--r-- | sound/pci/cs46xx/cs46xx_lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/cs46xx/cs46xx_lib.c b/sound/pci/cs46xx/cs46xx_lib.c index f18e5878f58b..062398ec5335 100644 --- a/sound/pci/cs46xx/cs46xx_lib.c +++ b/sound/pci/cs46xx/cs46xx_lib.c | |||
@@ -369,6 +369,7 @@ static void free_module_desc(struct dsp_module_desc *module) | |||
369 | kfree(module->segments[i].data); | 369 | kfree(module->segments[i].data); |
370 | kfree(module->segments); | 370 | kfree(module->segments); |
371 | } | 371 | } |
372 | kfree(module); | ||
372 | } | 373 | } |
373 | 374 | ||
374 | /* firmware binary format: | 375 | /* firmware binary format: |