1
0
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:
Zdenek Kabelac 2011-01-26 21:21:56 +00:00
parent 3289982950
commit f2439f2096

View File

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