kiyo-masui / bitshuffle

Filter for improving compression of typed binary data.
Other
219 stars 76 forks source link

Fix memory alllocation #78

Open MarkRivers opened 5 years ago

MarkRivers commented 5 years ago

Replace malloc() and free() in bshuf_h5filter.c with H5allocate_memory() and H5free_memory(). This is the correct way to do it according to the HDF Group.

Fix to bshuf_h5filter.h to work on Windows.