shithub: 3dee

Download patch

ref: 55ceca8db396829cba474164545c6bcfcc45eea4
parent: dd5b68da01f3e5cc820db84ef8bf0acab4ce853f
author: rodri <rgl@antares-labs.eu>
date: Sat May 11 12:48:44 EDT 2024

debug/plmon: close the Biobuf after loading the file.

--- a/debug/plmon.c
+++ b/debug/plmon.c
@@ -351,6 +351,7 @@
 			continue;
 		addt(f[0], s);
 	}
+	Bterm(bin);
 
 	if(initdraw(nil, nil, "plmon") < 0)
 		sysfatal("initdraw: %r");