> Hi all, > > * No need to check for NULL before free. > * No need to cast the return value of the allocation functions. > * Do not use malloc() + memset(), simply use calloc() > > Tested against the regression tests for pqueue. > > ok?
Applied. Thanks!