CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/23 10:31:06
Modified files:
sys/isofs/udf : udf_vfsops.c
Log message:
Revert previous. hashfree() just calls free() which handles NULL with
aplomb. 16 lines of 'C' can be so hard to grok at a glance.
Prompted to look more closely at those 16 lines by mpi@.
