Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed dotnet module failed on Windows
create_full_name() used strdup() even on Windows where all str* functions are masked behind yr_str*() functions which internally used HeapAlloc()/HeapFree() which does not cooperate well with malloc()/free().
- Loading branch information