radareorg / sdb

Simple and fast string based key-value database with support for arrays and json
https://www.radare.org/
MIT License
217 stars 62 forks source link

MinGW: use _aligned_free() instead of free() #95

Closed ghost closed 8 years ago

ghost commented 8 years ago

As per Issue #75, for MinGW use _aligned_free() instead of free() for memory allocated with _aligned_malloc()

radare commented 8 years ago

Woah nice catch :D thanks!