moghya / dsalglib

This is improved and stable version of dsalib ready to use C++ data structures and algorithms template library
http://moghya.me/dsalglib
29 stars 27 forks source link

look for critical issues such as memory leak #30

Open moghya opened 6 years ago

moghya commented 6 years ago

make changes in library so as to reduce memory leaks.

kauziishere commented 4 years ago

Can we do an address-sanitizer/Valgrind run for this? to detect and remove any possible memory leaks?

moghya commented 4 years ago

Definitely, that can be done, also there are some obvious bugs the code and need a round of review. I'll create and send out review requests.

kauziishere commented 4 years ago

that sounds better 👍🏼 you can just assign a few chunks of code to a few contributors.