NULL scriptJSON when destroying script.
This commit is contained in:
parent
0003ffaa21
commit
c61f47ec33
|
@ -322,4 +322,6 @@ void destroyScript(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
tail = &head;
|
tail = &head;
|
||||||
|
|
||||||
|
scriptJSON = NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue