Revert "Get line missing for cherry-pick"

This reverts commit aecd78c883.
This commit is contained in:
Brian Taylor 2026-05-18 22:04:20 -07:00
parent 46f998169b
commit 3ef0e48d7f
1 changed files with 1 additions and 1 deletions

View File

@ -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 */