mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-03 02:53:04 +02:00
fix a small memory leak
This commit is contained in:
@@ -16,5 +16,8 @@ VSRCdelete(GENinstance *gen_inst)
|
||||
|
||||
FREE(inst->VSRCcoeffs);
|
||||
|
||||
FREE(inst->VSRCtrnoise_state);
|
||||
FREE(inst->VSRCtrrandom_state);
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user