Re: [PATCH] smb: client: remove redundant NULL check before kfree()
Paulo Alcantara <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.cifs,gmane.network.samba.internals |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > From: Mohammad Shahid <[email protected]> > > kfree() safely handles NULL pointers, so the explicit NULL check > before calling kfree() is unnecessary. > ... Applied.