Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

SimpleHashMap rehash bug #104

Closed Davidah121 closed 2 years ago

Davidah121 commented 2 years ago

Bug that causes memory to be either freed multiple times or accessing memory that does not exist.

Must be fixed as different compression methods rely on it and it currently is a memory hog.