X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=sound%2Fcore%2Fseq%2Fseq_info.c;h=8a7fe5cca1c90022fa765fd025108c2b37331532;hb=60c9b2746f589b0b809582b0471cf30ad3ae439f;hp=142e9e6882c9a575e4efa7f2092afab3e20cbcf1;hpb=075395d228641646159dae3dd170fa3fc6ff477a;p=powerpc.git diff --git a/sound/core/seq/seq_info.c b/sound/core/seq/seq_info.c index 142e9e6882..8a7fe5cca1 100644 --- a/sound/core/seq/seq_info.c +++ b/sound/core/seq/seq_info.c @@ -64,9 +64,9 @@ int __init snd_seq_info_init(void) int __exit snd_seq_info_done(void) { - snd_info_unregister(queues_entry); - snd_info_unregister(clients_entry); - snd_info_unregister(timer_entry); + snd_info_free_entry(queues_entry); + snd_info_free_entry(clients_entry); + snd_info_free_entry(timer_entry); return 0; } #endif