mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
Add missing lvm_quit in test
Fix occasional confusing memory leak report in testing.
This commit is contained in:
parent
3289982950
commit
f2439f2096
@ -52,5 +52,7 @@ int main(int argc, char *argv[])
|
||||
assert(v.value.integer == 50 * PERCENT_1);
|
||||
|
||||
lvm_vg_close(vg);
|
||||
|
||||
lvm_quit(handle);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user