You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A memory and file handle leak on Win32 was fixed when getting the database
size fails. Patch by Federico G. Schwindt. GitHub PR #49.
Documentation fix. Federico G. Schwindt. GitHub PR #50.
Added Visual Studio build files and fixed incorrect CreateFileMappingA
usage. Patch by Andre. GitHub #52.
The includes for the Windows header files were made lowercase in order to
match the actual file names on case-sensitive file systems. GitHub PR #57.
Removed realloc() calls that caused warnings on Windows and generally
cleaned up memory allocation in MMDB_vget_value(). See relevant discussion
in GitHub #52.
Added an extern "C" { ... } wrapper to maxminddb.h when compiling with a
C++ compiler. GitHub #55.