Pas-Kapli / mptp

mPTP - a tool for single-locus species delimitation
GNU Affero General Public License v3.0
25 stars 5 forks source link

Fix memory leaks in ptp_multi.c #11

Closed xflouris closed 9 years ago

xflouris commented 9 years ago

There are several memory leaks when delimit exits successfully, which are caused from ptp_multi.c

lutteropp commented 9 years ago

Whoops! I forgot to free the memory I had allocated. O_o Fixed it.