Fix System Information no longer showing
This commit is contained in:
parent
4afbf2a141
commit
5ef30e3ac4
|
@ -540,6 +540,7 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
||||||
return false;
|
return false;
|
||||||
*core = core_info_curr_list;
|
*core = core_info_curr_list;
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
case RUNLOOP_CTL_CURRENT_CORE_FREE:
|
case RUNLOOP_CTL_CURRENT_CORE_FREE:
|
||||||
if (core_info_current)
|
if (core_info_current)
|
||||||
free(core_info_current);
|
free(core_info_current);
|
||||||
|
|
Loading…
Reference in New Issue