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

Function mad_frame_finish

modules/data/mp3/libmad/frame.c:105–109  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

103 * DESCRIPTION: deallocate any dynamic memory associated with frame
104 */
105void mad_frame_finish(struct mad_frame *frame)
106{
107 (void) frame;
108 mad_header_finish(&frame->header);
109}
110
111/*
112 * NAME: decode_header()

Callers 2

xs_mp3_destructorFunction · 0.85
run_syncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected