FastLED 3.9.15
Loading...
Searching...
No Matches

◆ stb_vorbis_close()

void fl::third_party::vorbis::stb_vorbis_close ( stb_vorbis * p)

Definition at line 4029 of file stb_vorbis.cpp.hpp.

4030{
4031 if (p == nullptr) return;
4032 vorbis_deinit(p);
4033 setup_free(p,p);
4034}
static void vorbis_deinit(stb_vorbis *p) FL_NOEXCEPT
static void setup_free(vorb *f, void *p) FL_NOEXCEPT

References FL_NOEXCEPT, setup_free(), and vorbis_deinit().

Referenced by stb_vorbis_decode_filename(), and stb_vorbis_decode_memory().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: