vere: close terminal driver last

This commit is contained in:
Joe Bryan 2019-12-18 23:43:21 -08:00
parent 84ccfa97d8
commit 0393047847

View File

@ -1261,10 +1261,6 @@ _pier_loop_exit(u3_pier* pir_u)
// XX legacy handlers, not yet scoped to a pier
//
{
cod_l = u3a_lush(c3__term);
u3_term_io_exit();
u3a_lop(cod_l);
cod_l = u3a_lush(c3__http);
u3_http_io_exit();
u3a_lop(cod_l);
@ -1272,6 +1268,10 @@ _pier_loop_exit(u3_pier* pir_u)
cod_l = u3a_lush(c3__cttp);
u3_cttp_io_exit();
u3a_lop(cod_l);
cod_l = u3a_lush(c3__term);
u3_term_io_exit();
u3a_lop(cod_l);
}
}