* 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:
Axel Dörfler 2009-04-16 10:50:38 +00:00
parent 09a60e4bd4
commit 32537299cb

View File

@ -657,6 +657,8 @@ uninit_timers(void)
status_t status;
wait_for_thread(sTimerThread, &status);
remove_debugger_command("net_timer", dump_timer);
}