This commit is contained in:
David Crosby
2015-08-11 21:59:26 +09:00
committed by Tatsuya Kinoshita
parent 192e2bf241
commit 3746ab24c7
+1
View File
@@ -105,6 +105,7 @@ make_portlist(Str port)
pl->next = first;
first = pl;
}
Strfree(tmp);
return first;
}