1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/cache
Zdenek Kabelac 5e8307f4bf lvmcache: fix memory leak
With commit 0b18c25d93 there
was introduced  'zalloc()' for allocation of outdates pvs,
but no matching  'free()' is present.
Switch to use cmd mempool instead of adding free() code into
several places.
2021-04-23 22:54:41 +02:00
..
lvmcache.c lvmcache: fix memory leak 2021-04-23 22:54:41 +02:00
lvmcache.h device usage based on devices file 2021-02-23 16:43:32 -06:00