zsh/Src/Modules/watch.c:567:7: error: Return value of allocation function 'realloc' is not stored. [leakReturnValNotUsed]
realloc(*head, (wtabmax *= 2) * sizeof(WATCH_STRUCT_UTMP));
Attachment: fix-realloc.patch Description: Binary data