1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

cleanup: clvmd skip reset of null pointer

This commit is contained in:
Zdenek Kabelac 2014-03-19 23:37:47 +01:00
parent bf19c6be2c
commit 7d49c33ffc

View File

@ -917,6 +917,6 @@ void destroy_lvm(void)
if (cmd) {
memlock_dec_daemon(cmd);
destroy_toolcontext(cmd);
cmd = NULL;
}
cmd = NULL;
}