bugfix toml_rtos memleak
This commit is contained in:
@@ -627,6 +627,9 @@ void stellar_free(struct stellar *st)
|
||||
stellar_stat_free(runtime->stat);
|
||||
STELLAR_LOG_FATAL("stellar exit\n");
|
||||
log_free();
|
||||
|
||||
free(st);
|
||||
st = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user