Help for this page
free(s); with: __mingw_str_free(s);
void __cdecl __mingw_str_free(void *ptr) { if (ptr) free(ptr); }