Skip to content

Commit

Permalink
Merge b6574fb into f1c3196
Browse files Browse the repository at this point in the history
  • Loading branch information
ManaSugi committed Jul 10, 2023
2 parents f1c3196 + b6574fb commit 64f6a4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/16-sim-arch_basic.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ int main(int argc, char *argv[])
rc = seccomp_arch_remove(ctx, SCMP_ARCH_RISCV64);
if (rc != 0)
goto out;
rc = seccomp_arch_remove(ctx, SCMP_ARCH_SH);
if (rc != 0)
goto out;

out:
seccomp_release(ctx);
Expand Down

0 comments on commit 64f6a4f

Please sign in to comment.