NULL scriptJSON when destroying script.

This commit is contained in:
Steve 2016-05-16 17:02:26 +01:00
parent 0003ffaa21
commit c61f47ec33
1 changed files with 2 additions and 0 deletions

View File

@ -322,4 +322,6 @@ void destroyScript(void)
}
tail = &head;
scriptJSON = NULL;
}