This commit is contained in:
David Crosby
2015-06-30 23:04:46 -06:00
committed by Tatsuya Kinoshita
parent 192e2bf241
commit 3746ab24c7

View File

@@ -105,6 +105,7 @@ make_portlist(Str port)
pl->next = first;
first = pl;
}
Strfree(tmp);
return first;
}