]> git.ipfire.org Git - thirdparty/systemd.git/commit
hash-func: add destructors for key and value
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 27 Nov 2018 13:25:40 +0000 (22:25 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 2 Dec 2018 10:59:07 +0000 (11:59 +0100)
commit59a5cda7b904cd7ef9853bda15b498bbc0577524
treedadee20a34a2c4211c90b44448ab98ab8fc59bbe
parent7a08d314f20b5d6ca44c573426a8a5c812020344
hash-func: add destructors for key and value

If they are set, then they are called in hashmap_clear() or
hashmap_free().
src/basic/hash-funcs.h
src/basic/hashmap.c
src/basic/hashmap.h
src/basic/ordered-set.h
src/basic/set.h