Martinsos / edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
http://martinsos.github.io/edlib
MIT License
514 stars 167 forks source link

Check for memory leaks #10

Closed Martinsos closed 10 years ago

Martinsos commented 10 years ago

Check if there are some memory leaks, especially in aligner. I am pretty sure aligner has some memory leaks, in case when it ends earlier because it is missing some housekeeping.

Martinsos commented 10 years ago

Fixed!