// // __acrt_locale_free_lc_time_if_unreferenced from 0x18013c3c4 to 0x18013c3fa (54 bytes) // // 2 xrefs: // > __acrt_free_locale @ 0x18013c31a // > @ 0x1802039c8 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // void __fastcall _acrt_locale_free_lc_time_if_unreferenced(_UNKNOWN **Block) { if ( Block && Block != &off_180174BA0 && !*((_DWORD *)Block + 87) ) { _acrt_locale_free_time(); free_base(Block); } }