[xiph-cvs] cvs commit: vorbis-tools/ogg123 callbacks.c
Michael Smith
msmith at xiph.org
Fri Jul 5 21:27:20 PDT 2002
msmith 02/07/05 21:27:20
Modified: ogg123 callbacks.c
Log:
Patch for memory leak from Nyar Lathotep
Revision Changes Path
1.7 +2 -1 vorbis-tools/ogg123/callbacks.c
Index: callbacks.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/callbacks.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- callbacks.c 2002/06/02 03:07:11 1.6
+++ callbacks.c 2002/07/06 04:27:19 1.7
@@ -11,7 +11,7 @@
* *
********************************************************************
- last mod: $Id: callbacks.c,v 1.6 2002/06/02 03:07:11 volsung Exp $
+ last mod: $Id: callbacks.c,v 1.7 2002/07/06 04:27:19 msmith Exp $
********************************************************************/
@@ -154,6 +154,7 @@
free(stats_arg->data_source_statistics);
free(stats_arg->decoder_statistics);
free(stats_arg);
+ free(buffer_stats);
}
<p><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