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