[xiph-cvs] cvs commit: icecast/src stats.c
Michael Smith
msmith at xiph.org
Fri Aug 9 08:04:40 PDT 2002
msmith 02/08/09 11:04:40
Modified: src stats.c
Log:
Another free->xmlFree change
Revision Changes Path
1.19 +1 -1 icecast/src/stats.c
Index: stats.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/stats.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- stats.c 9 Aug 2002 14:38:42 -0000 1.18
+++ stats.c 9 Aug 2002 15:04:40 -0000 1.19
@@ -822,7 +822,7 @@
free(src_nodes);
src_nodes = snd;
}
- if (buff) free(buff);
+ if (buff) xmlFree(buff);
}
static int _compare_stats(void *arg, void *a, void *b)
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list