]> git.ipfire.org Git - people/ms/libloc.git/commit - src/test-network.c
*_unref: Always expect a valid pointer
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 Aug 2022 18:42:45 +0000 (18:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 Aug 2022 18:42:45 +0000 (18:42 +0000)
commit579fb6ec1116fd53dc198d9dcaa9344f6c4dc368
tree34b97c012392dcc3e36a5df7ca21959a839559a9
parent32b161599f940f0c7602a8ab5109e8b3d2b0a88c
*_unref: Always expect a valid pointer

Those functions have been very inconsistent in that way that some
happily accepted a NULL pointer and others didn't.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/country-list.c
src/libloc.c
src/network-list.c
src/network.c
src/test-network.c