Prevent a slight chance to crash
This commit is contained in:
parent
504a9b4746
commit
58de5a7ec7
@ -768,6 +768,7 @@ void late_start(int client) {
|
|||||||
// All boot stage done, cleanup everything
|
// All boot stage done, cleanup everything
|
||||||
free(buf);
|
free(buf);
|
||||||
free(buf2);
|
free(buf2);
|
||||||
|
buf = buf2 = NULL;
|
||||||
vec_deep_destroy(&module_list);
|
vec_deep_destroy(&module_list);
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user