mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
Refactor _get_split_name(). code to simplify detection of memory leak in _destroy_split_name(). Now there are always just 2 pointers instead of conditional pointer free() which is hard to follow.