jtilly / matchingR

Algorithms for Matching Markets in R and C++
https://cran.r-project.org/package=matchingR
48 stars 18 forks source link

Possible memory leak in stable roommate algorithm #24

Closed njanetos closed 9 years ago

njanetos commented 9 years ago

Need to also see about running valgrind from travis.

njanetos commented 9 years ago

In fact, a false positive from valgrind. Re-wrote the code so valgrind wouldn't complain.

njanetos commented 9 years ago

But the original code was fine for the record.