All debugger commands we've added, remove we must.
Closes #7251. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40612 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a4c21b1c82
commit
3f2a0963f6
@ -1645,6 +1645,9 @@ uninit_interfaces()
|
||||
{
|
||||
#if ENABLE_DEBUGGER_COMMANDS
|
||||
remove_debugger_command("net_interface", &dump_interface);
|
||||
remove_debugger_command("net_interfaces", &dump_interfaces);
|
||||
remove_debugger_command("net_local", &dump_local);
|
||||
remove_debugger_command("net_route", &dump_route);
|
||||
#endif
|
||||
|
||||
mutex_destroy(&sLock);
|
||||
|
Loading…
Reference in New Issue
Block a user