mirror of
https://dev.iopsys.eu/system/sysmngr.git
synced 2025-12-10 00:06:19 +01:00
Fix bbfdm cleanup order
This commit is contained in:
parent
c6bac7108b
commit
ed2496265b
1 changed files with 1 additions and 2 deletions
|
|
@ -140,8 +140,6 @@ int main(int argc, char **argv)
|
|||
uloop_run();
|
||||
|
||||
out:
|
||||
bbfdm_ubus_regiter_free(&bbfdm_ctx);
|
||||
|
||||
#ifdef SYSMNGR_PROCESS_STATUS
|
||||
sysmngr_process_clean(&bbfdm_ctx.ubus_ctx);
|
||||
sysmngr_cpu_clean();
|
||||
|
|
@ -159,6 +157,7 @@ out:
|
|||
sysmngr_clean_fwbank_dump(&bbfdm_ctx.ubus_ctx);
|
||||
#endif
|
||||
|
||||
bbfdm_ubus_regiter_free(&bbfdm_ctx);
|
||||
closelog();
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue