MCPcopy Create free account
hub / github.com/PaulStoffregen/Audio / freeBuffer

Method freeBuffer

record_queue.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void AudioRecordQueue::freeBuffer(void)
71{
72 if (userblock == NULL) return;
73 release(userblock);
74 userblock = NULL;
75}
76
77void AudioRecordQueue::update(void)
78{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected