]> git.proxmox.com Git - pve-cluster.git/commit
Fix #1383: pmxcfs: use memdb_tree_entry_free()
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 May 2017 09:32:41 +0000 (11:32 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 1 Jun 2017 06:52:20 +0000 (08:52 +0200)
commit17e685da28a56940d781ac3e5957e5d33f8f1a3f
treee7011bf692320a4ee60850672fd0c11ef98e1199
parent3fb5b4c02bcdb61bd99475121e6a9e947d1a4bce
Fix #1383: pmxcfs: use memdb_tree_entry_free()

Use the right destructor instead of g_free(), as it may
contain another data pointer which needs freeing.
data/src/cfs-plug-memdb.c
data/src/dcdb.c