Fixes #128. Clang static analyzer was thinking that it's possible to
free() list head without updating head pointer. This assert assures
static analyzer that branch without head pointer update could be taken
only when we are freeing non-head element.
Hello,
I'm quite interested in this Merge request in order to keep scan-build quiet on the uthash part.
Are there any plan of merging it soon ?
Thank you
Fixes #128. Clang static analyzer was thinking that it's possible to free() list head without updating head pointer. This assert assures static analyzer that branch without head pointer update could be taken only when we are freeing non-head element.