Explorar o código

forgot to unmount lfs in test; leaking memory

Brian Pugh %!s(int64=2) %!d(string=hai) anos
pai
achega
5caa83fb77
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/test_superblocks.toml

+ 1 - 0
tests/test_superblocks.toml

@@ -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;
 '''