mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
parent
f9e0b8aca5
commit
f13fbd7e6f
@ -211,7 +211,9 @@ void ejsCloseEngine(EjsId eid)
|
||||
mprDestroyVar(&ep->result);
|
||||
mprDestroyVar(&ep->tokenNumber);
|
||||
|
||||
mprDeleteProperty(ep->local, "local");
|
||||
if (ep->local) {
|
||||
mprDeleteProperty(ep->local, "local");
|
||||
}
|
||||
mprDeleteProperty(ep->global, "this");
|
||||
mprDeleteProperty(ep->global, "global");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user