client: tighten checks

This commit is contained in:
Thomas Schoebel-Theuer 2023-05-16 08:37:15 +02:00
parent f102c3094f
commit 63a16833a3
1 changed files with 1 additions and 0 deletions

View File

@ -1221,6 +1221,7 @@ static void client_mref_aspect_exit_fn(struct generic_aspect *_ini)
CHECK_HEAD_EMPTY(&ini->io_head);
CHECK_HEAD_EMPTY(&ini->hash_head);
CHECK_HEAD_EMPTY(&ini->tmp_head);
}
MARS_MAKE_STATICS(client);