mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
cd6e1cf3fa
and string_list_deinitialize - takes a pointer to initialize and deinitialize a string list, but importantly does not implicitly allocate and deallocate the string list pointer itself. This way, string lists can be put on the stack instead of always implicitly being put on heap - the struct itself is small enough to fit on stack