]> git.proxmox.com Git - pve-cluster.git/commit
pmxcfs: don't warn when calling destructors with NULL
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 1 Jun 2017 07:34:34 +0000 (09:34 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 1 Jun 2017 07:35:58 +0000 (09:35 +0200)
commit8e3ee2e69b4000e407b442db125d0fca597bf884
tree9e6caf55132ae1a3fc9489887fda31309dfa6c51
parent7b2e30ac76a5ff40641b8770b11105045eb06b47
pmxcfs: don't warn when calling destructors with NULL

Similar to free() & friends, destructors should simply
return in that case.
data/src/memdb.c