1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Update for resource leak

This commit is contained in:
Zdenek Kabelac 2011-08-31 08:23:33 +00:00
parent 316d14d45f
commit 68e89ab2d2

View File

@ -1,5 +1,6 @@
Version 2.02.89 -
==================================
Fix resource leak when strdup fails in _get_device_status() (2.02.85).
Directly allocate buffer memory in a pvck scan instead of using a mempool.
Add configure --with-thin for (unimplemented) segtypes "thin" and "thin_pool".
Fix raid shared lib segtype registration (2.02.87).