mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
committed by
Norman Feske
parent
bed531b604
commit
ce1d0464b8
@ -384,7 +384,10 @@ void Ssh::Server::detach_terminal(Ssh::Terminal &conn)
|
||||
};
|
||||
_sessions.for_each(invalidate_terminal);
|
||||
_cleanup_sessions();
|
||||
Genode::destroy(&_heap, p);
|
||||
|
||||
Libc::with_libc([&] () {
|
||||
Genode::destroy(&_heap, p);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user