* The "net_timer" command was never removed, causing sort_debugger_commands()
to hang when entering KDL, after having unloaded the stack. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30197 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
09a60e4bd4
commit
32537299cb
@ -657,6 +657,8 @@ uninit_timers(void)
|
||||
|
||||
status_t status;
|
||||
wait_for_thread(sTimerThread, &status);
|
||||
|
||||
remove_debugger_command("net_timer", dump_timer);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user