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:
Philippe Houdoin 2011-02-22 13:27:00 +00:00
parent a4c21b1c82
commit 3f2a0963f6

View File

@ -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);