[MPlayer-cvslog] r29624 - trunk/stream/realrtsp/asmrp.c
reimar
subversion at mplayerhq.hu
Wed Sep 2 12:37:33 CEST 2009
Author: reimar
Date: Wed Sep 2 12:37:32 2009
New Revision: 29624
Log:
Fix asmrp_dispose to also free the buffer.
Modified:
trunk/stream/realrtsp/asmrp.c
Modified: trunk/stream/realrtsp/asmrp.c
==============================================================================
--- trunk/stream/realrtsp/asmrp.c Wed Sep 2 12:35:06 2009 (r29623)
+++ trunk/stream/realrtsp/asmrp.c Wed Sep 2 12:37:32 2009 (r29624)
@@ -116,6 +116,7 @@ static void asmrp_dispose (asmrp_t *p) {
for (i=0; i<p->sym_tab_num; i++)
free (p->sym_tab[i].id);
+ free(p->buf);
free (p);
}
More information about the MPlayer-cvslog
mailing list