free global string errMsg
This commit is contained in:
parent
0406546f7e
commit
fc3ffb2e3c
|
|
@ -7,6 +7,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
|
||||||
#include "ngspice/cpdefs.h"
|
#include "ngspice/cpdefs.h"
|
||||||
#include "ngspice/ftedefs.h"
|
#include "ngspice/ftedefs.h"
|
||||||
#include "ngspice/dvec.h"
|
#include "ngspice/dvec.h"
|
||||||
|
#include "ngspice/iferrmsg.h"
|
||||||
#include "ftehelp.h"
|
#include "ftehelp.h"
|
||||||
#include "ngspice/hlpdefs.h"
|
#include "ngspice/hlpdefs.h"
|
||||||
#include "misccoms.h"
|
#include "misccoms.h"
|
||||||
|
|
@ -87,6 +88,7 @@ com_quit(wordlist *wl)
|
||||||
com_remcirc(NULL);
|
com_remcirc(NULL);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
tfree(errMsg);
|
||||||
byemesg();
|
byemesg();
|
||||||
|
|
||||||
#ifdef SHARED_MODULE
|
#ifdef SHARED_MODULE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue