mdshahid03 at gmail.com writes: > From: Mohammad Shahid <mdshahid03 at gmail.com> > > kfree() safely handles NULL pointers, so the explicit NULL check > before calling kfree() is unnecessary. > ... Applied.