Update of /cvsroot/alsa/alsa-lib/src/control
In directory sc8-pr-cvs1:/tmp/cvs-serv3774

Modified Files:
        control.c 
Log Message:
Clemens Ladisch <[EMAIL PROTECTED]>
clear element count when freeing space in element list


Index: control.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/control/control.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- control.c   21 Oct 2003 17:39:14 -0000      1.100
+++ control.c   3 Nov 2003 10:31:50 -0000       1.101
@@ -781,6 +781,7 @@
 {
        free(obj->pids);
        obj->pids = NULL;
+       obj->space = 0;
 }
 
 /**



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to