1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-26 03:22:12 +03:00

o libmultilog needs introducing of list locking in order to stand

multilog_add_type()/multilog_del_type cycles correctly.
o fixed segfault in multilog_add_type()
o fixed test-multilog.c
o cleaned up libmultilog (list macros, indentation, braces, comments)
This commit is contained in:
Heinz Mauelshagen 2005-05-04 11:52:07 +00:00
parent 39dc7ec2ab
commit 48a186f172

View File

@ -156,6 +156,8 @@ int main(int argc, char **argv)
} }
out: out:
multilog_del_type(standard, ldata);
if (device_arg) if (device_arg)
free(device_arg); free(device_arg);