On Mon, 2021-03-22 at 22:18 +0300, Dan Carpenter wrote: > On Tue, Mar 23, 2021 at 12:12:04AM +0500, Muhammad Usama Anjum wrote: > > When memory allocation for cdev is successful but ida_simple_get fails, > > branch to out_kfree_cdev label happens and cdev isn't freed. There are > > other some other branches in which the memory can leaked. Fix it by > > freeing cdev. > > > > The patch is correct, but Daniel already sent a fix for it. > Got it. Thank you. Thanks, Usama > regards, > dan carpenter >