diff --git a/os/include/block/component.h b/os/include/block/component.h index 80c086147..bbbefdf79 100644 --- a/os/include/block/component.h +++ b/os/include/block/component.h @@ -189,7 +189,7 @@ namespace Block { } return new (md_alloc()) - Session_component(env()->ram_session()->alloc(tx_buf_size), + Session_component(env()->ram_session()->alloc(tx_buf_size, false), _driver_factory, _ep); }