EddyRivasLab / easel

Sequence analysis library used by Eddy/Rivas lab code
Other
46 stars 26 forks source link

Fix leak on test #32

Closed horta closed 5 years ago

cryptogenomicon commented 5 years ago

Thanks! It's a leak but the suggested fix isn't quite right for our code style. _Destroy() functions free the entire structure. Fixed instead with e31a0004.