c
< 	if (!propname)
---
> 	if (!propname) {
> 		kfree(propname);
> 		ret = -ENOMEM;
> 		goto out;
> 	}
