]> git.proxmox.com Git - perlmod.git/commit
fix refcount issue in Hash::insert_by_value
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 Feb 2021 11:37:24 +0000 (12:37 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 Feb 2021 11:37:26 +0000 (12:37 +0100)
commit5504cc2fb51dc5d3b5323bc40fedf4f4deb34183
tree5bca54dd14d639084118cb5266bd297663f4ae84
parent53ad5e5fb6c31b44055d1ab6f2c62b8d52f9eb18
fix refcount issue in Hash::insert_by_value

The HV takes ownership of the value!

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
perlmod/src/hash.rs