ipmi: fix use after free in _ipmi_destroy_user()
In the Linux kernel, the following vulnerability has been resolved:
The intf_free() function frees the "intf" pointer so we cannot dereference it again on the next line.