From 55ceca8db396829cba474164545c6bcfcc45eea4 Mon Sep 17 00:00:00 2001 From: rodri Date: Sat, 11 May 2024 16:48:44 +0000 Subject: debug/plmon: close the Biobuf after loading the file. --- debug/plmon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/debug/plmon.c b/debug/plmon.c index efe24c0..cf05751 100644 --- a/debug/plmon.c +++ b/debug/plmon.c @@ -351,6 +351,7 @@ threadmain(int argc, char *argv[]) continue; addt(f[0], s); } + Bterm(bin); if(initdraw(nil, nil, "plmon") < 0) sysfatal("initdraw: %r"); -- cgit v1.2.3