Small error that I just implemented with the documentation code. I added an undefine to try to clear up the unneeded structure, but it frees the pointers which are used in the true psf structure. I've removed that undefine since it's not really needed since that parameter won't be passed on anyways.
Small error that I just implemented with the documentation code. I added an
undefine
to try to clear up the unneeded structure, but it frees the pointers which are used in the truepsf
structure. I've removed thatundefine
since it's not really needed since that parameter won't be passed on anyways.