
< 	if (ret)
< 		return ret;
---
> 	if (ret) {
> 		vmbus_free_msginfo(msginfo);
> 		return ret;
> 	}
