shithub: libstl

Download patch

ref: c1652ac96482c9a03970a0a59ccbcb04bc9596ea
parent: 660ea92160606ebf99727d25c0a5078b22bc09af
author: rodri <rgl@antares-labs.eu>
date: Mon Mar 17 07:32:43 EDT 2025

patch another leak

--- a/stl.c
+++ b/stl.c
@@ -163,6 +163,7 @@
 		return nil;
 	}
 	memmove(stl->hdr, line, min(sizeof(stl->hdr), Blinelen(bin)));
+	free(line);
 
 	for(;;){
 		/* facet normal i j k */