mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 02:28:15 +03:00

In case the precis check failed, our return of a nil account cleared acc, and we were then trying to close it, returning in a nil pointer dereference. Rewrite the return statements so we don't overwrite the named return variables.