cf_sinuke¶
Category: string
GitHub: cute_string.h
Frees up all resources used by the global string table built by cf_sintern.
Remarks¶
All strings previously returned by cf_sintern are now invalid. Do not call while an app exists: the engine holds interned pointers as map keys (material names, shader reflection, and more), and nuking the table out from under them is undefined. Call it after cf_destroy_app, or never -- the table is tiny.