MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / mad_stream_finish

Function mad_stream_finish

modules/data/mp3/libmad/stream.c:65–72  ·  view source on GitHub ↗

* NAME: stream->finish() * DESCRIPTION: deallocate any dynamic memory associated with stream */

Source from the content-addressed store, hash-verified

63 * DESCRIPTION: deallocate any dynamic memory associated with stream
64 */
65void mad_stream_finish(struct mad_stream *stream)
66{
67stack(__FUNCTION__, __FILE__, __LINE__);
68 (void) stream;
69
70 mad_bit_finish(&stream->anc_ptr);
71 mad_bit_finish(&stream->ptr);
72}
73
74/*
75 * NAME: stream->buffer()

Callers 2

xs_mp3_destructorFunction · 0.85
run_syncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected