]> git.meshlink.io Git - catta/commit
There is no need to test a pointer to be freed for being NULL. free() does this anywa...
authorLennart Poettering <lennart@poettering.net>
Thu, 11 Aug 2005 20:01:39 +0000 (20:01 +0000)
committerLennart Poettering <lennart@poettering.net>
Thu, 11 Aug 2005 20:01:39 +0000 (20:01 +0000)
commit626fc201ecd2bce291e051e7ee1aa577f11afc26
tree294e81a5fe4c1635f331d25f9b1f14ca6f1504e4
parent1d04f36afcc6035e2373a39aa2c41f4e29afb748
There is no need to test a pointer to be freed for being NULL. free() does this anyway. See free(3)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@295 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
avahi-client/client.c