MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / co_task_free

Function co_task_free

tools/audio.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 template<class T>
34 void co_task_free(T *p) {
35 CoTaskMemFree((LPVOID) p);
36 }
37
38 using device_enum_t = util::safe_ptr<IMMDeviceEnumerator, Release<IMMDeviceEnumerator>>;
39 using collection_t = util::safe_ptr<IMMDeviceCollection, Release<IMMDeviceCollection>>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected