From 8674ba9f8f60172c8b2905e077c9112f67fdc0e5 Mon Sep 17 00:00:00 2001 From: Brian Taylor Date: Sat, 16 May 2026 16:29:38 -0700 Subject: [PATCH] Revert "Fix conflict" This reverts commit 4f7bd6259a2d7cb48c636fa122fbe1e3a88cc073. --- src/frontend/inpc_probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/inpc_probe.c b/src/frontend/inpc_probe.c index 890dc223d..ddd1e4630 100644 --- a/src/frontend/inpc_probe.c +++ b/src/frontend/inpc_probe.c @@ -48,7 +48,7 @@ void inp_probe(struct card* deck) int skip_control = 0; int skip_subckt = 0; wordlist* probes = NULL, *probeparams = NULL, *wltmp, *allsaves = NULL; - wordlist *next_wl = NULL // Fix memory leak probe-i-dev.cir; + wordlist *next_wl = NULL; bool haveall = FALSE, havedifferential = FALSE, t = TRUE, havesave = FALSE; NGHASHPTR instances; /* instance hash table */ int ee = 0; /* serial number for sources */