Update of /cvsroot/alsa/alsa-kernel/pci/emu10k1
In directory sc8-pr-cvs1:/tmp/cvs-serv19549

Modified Files:
        emufx.c 
Log Message:
Removed double free

Index: emufx.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/emufx.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- emufx.c     30 May 2003 12:28:35 -0000      1.32
+++ emufx.c     9 Jun 2003 08:57:05 -0000       1.33
@@ -1012,7 +1012,6 @@
                ctl = snd_emu10k1_look_for_ctl(emu, &id);
                snd_runtime_check(ctl == NULL, continue);
                snd_ctl_remove(emu->card, ctl->kcontrol);
-               list_del(&ctl->list);
        }
 }
 



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to