mirror of
git://sourceware.org/git/lvm2.git
synced 2025-05-21 22:50:46 +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.