Browse Source

bug fix, CKTcurJob, make sure this is either up do date or NULL

rlar 14 years ago
parent
commit
30abcd3c32
  1. 5
      ChangeLog
  2. 3
      src/spicelib/analysis/cktdojob.c

5
ChangeLog

@ -1,3 +1,8 @@
2012-01-07 Robert Larice
* src/spicelib/analysis/cktdojob.c :
bug fix, CKTcurJob, make sure this is either up do date or NULL
fix a valgrind report, access to allready freed memory during CKTtemp()
2012-01-05 Holger Vogt
* inpdomod.c: bug in error message for bjt removed

3
src/spicelib/analysis/cktdojob.c

@ -125,6 +125,9 @@ CKTdoJob(CKTcircuit *ckt, int reset, TSKtask *task)
FREE(ckt->CKTsenInfo);
#endif
/* make sure this is either up do date or NULL */
ckt->CKTcurJob = NULL;
/* normal reset */
if (!error)
error = CKTunsetup(ckt);

Loading…
Cancel
Save