Skip to content

Commit

Permalink
forgot to unmount lfs in test; leaking memory
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Aug 18, 2023
1 parent 7521e0a commit 5caa83f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_superblocks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ code = '''
tweaked_cfg.block_count = 0;
lfs_mount(&lfs, &tweaked_cfg) => 0;
assert(lfs.block_count == cfg->block_count);
lfs_unmount(&lfs) => 0;
'''


Expand Down

0 comments on commit 5caa83f

Please sign in to comment.