Fix System Information no longer showing

This commit is contained in:
twinaphex 2015-12-16 03:28:55 +01:00
parent 4afbf2a141
commit 5ef30e3ac4

View File

@ -540,6 +540,7 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
return false;
*core = core_info_curr_list;
}
return true;
case RUNLOOP_CTL_CURRENT_CORE_FREE:
if (core_info_current)
free(core_info_current);