diff options
Diffstat (limited to 'sound/pci/au88x0/au88x0.c')
-rw-r--r-- | sound/pci/au88x0/au88x0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/au88x0/au88x0.c b/sound/pci/au88x0/au88x0.c index 5ec1b6fcd548..f70286a7364a 100644 --- a/sound/pci/au88x0/au88x0.c +++ b/sound/pci/au88x0/au88x0.c | |||
@@ -232,6 +232,7 @@ snd_vortex_create(struct snd_card *card, struct pci_dev *pci, vortex_t ** rchip) | |||
232 | pci_disable_device(chip->pci_dev); | 232 | pci_disable_device(chip->pci_dev); |
233 | //FIXME: this not the right place to unregister the gameport | 233 | //FIXME: this not the right place to unregister the gameport |
234 | vortex_gameport_unregister(chip); | 234 | vortex_gameport_unregister(chip); |
235 | kfree(chip); | ||
235 | return err; | 236 | return err; |
236 | } | 237 | } |
237 | 238 | ||